diff --git a/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml b/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml index fab435a2e..e2cee255e 100644 --- a/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml +++ b/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml @@ -1,4 +1,4 @@ -@using NUglify.Helpers +@using NUglify.Helpers @using BTCPayServer.Abstractions.Contracts @using BTCPayServer.Abstractions.Extensions @model BTCPayServer.Models.ViewPullPaymentModel @@ -177,11 +177,11 @@ @if (!string.IsNullOrEmpty(invoice.Link)) { - @invoice.Status.GetStateString() + @invoice.Status.GetStateString() } else { - @invoice.Status.GetStateString() + @invoice.Status.GetStateString() } @@ -206,7 +206,6 @@ -