From 6cd60732b5a60dc0a5972fa3e99fef677fc127e7 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 21 Aug 2019 01:24:18 +0900 Subject: [PATCH] Properly render replaced tx in invoice view --- BTCPayServer/Views/Invoice/InvoicePaymentsPartial.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Invoice/InvoicePaymentsPartial.cshtml b/BTCPayServer/Views/Invoice/InvoicePaymentsPartial.cshtml index 2f5fca1bc..20ffba212 100644 --- a/BTCPayServer/Views/Invoice/InvoicePaymentsPartial.cshtml +++ b/BTCPayServer/Views/Invoice/InvoicePaymentsPartial.cshtml @@ -55,8 +55,7 @@ @foreach (var payment in Model.OnChainPayments) { - var replaced = payment.Replaced ? "class='linethrough'" : ""; - + @payment.Crypto @payment.DepositAddress