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(); }
@@ -47,7 +47,7 @@
- @if (displayedPaymentMethods.Count > 1) + @if (displayedPaymentMethods.Count > 1) {
@@ -58,7 +58,7 @@