diff --git a/BTCPayServer/Plugins/BoltcardBalance/Views/BalanceView.cshtml b/BTCPayServer/Plugins/BoltcardBalance/Views/BalanceView.cshtml index f84d2856c..5529ac4e2 100644 --- a/BTCPayServer/Plugins/BoltcardBalance/Views/BalanceView.cshtml +++ b/BTCPayServer/Plugins/BoltcardBalance/Views/BalanceView.cshtml @@ -28,13 +28,15 @@ + @if (Model.AmountDue > 0) + { +
-
- @if (Model.AmountDue > 0) - { Sweep remaining balance - } +
+ } +