From 3cefbc89e49811d1e481e3234eb12dbafcfb9e40 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Tue, 17 Jul 2018 23:10:54 -0500 Subject: [PATCH] Conditional display not necessary since whole block is hidden --- BTCPayServer/Views/Invoice/Checkout-Body.cshtml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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) {