diff --git a/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml b/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml index 670206c38..2d738de6d 100644 --- a/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml @@ -1,6 +1,6 @@ @model PaymentModel @{ - var displayedPaymentMethods = Model.AvailableCryptos.Where(a => a.Displayed).ToList(); + var displayedPaymentMethods = Model.AvailableCryptos.Where(a => a.Displayed).ToList(); }