diff --git a/BTCPayServer/Views/UIInvoice/Invoice.cshtml b/BTCPayServer/Views/UIInvoice/Invoice.cshtml index aec941a3a..2528bd331 100644 --- a/BTCPayServer/Views/UIInvoice/Invoice.cshtml +++ b/BTCPayServer/Views/UIInvoice/Invoice.cshtml @@ -202,11 +202,6 @@ else { @Model.State - @if (Model.StatusException != InvoiceExceptionStatus.None) - { - @String.Format(" ({0})", Model.StatusException.ToString()) - ; - } }