diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index 04a32693a..052595ded 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -42,15 +42,7 @@
- @if (Model.AvailableCryptos.Count == 1) - { -
- - {{srvModel.paymentMethodName}} - ({{srvModel.cryptoCode}}) -
- } - else + @if (Model.AvailableCryptos.Count > 1) {