From 2e822c5878feb3beea3c017ffcdbee3dbebc2274 Mon Sep 17 00:00:00 2001 From: rockstardev <5191402+rockstardev@users.noreply.github.com> Date: Tue, 6 Jul 2021 13:15:18 +0200 Subject: [PATCH] Hiding NetworkFee row in invoice if not applicable --- BTCPayServer/Views/Invoice/Checkout-Body.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index e1d4854a3..cb43ea0aa 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -124,7 +124,7 @@ {{srvModel.orderAmountFiat}} -
+
{{$t("Network Cost")}}
@@ -132,8 +132,8 @@ {{ srvModel.networkFee }} {{ srvModel.cryptoCode }} - - {{$t("txCount", {count: srvModel.txCountForFee})}} x {{ srvModel.networkFee }} {{ srvModel.cryptoCode }} + + {{$t("txCount", {count: srvModel.txCount})}} x {{ srvModel.networkFee }} {{ srvModel.cryptoCode }}