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'" : ""; -