diff --git a/BTCPayServer/Views/Wallets/_PSBTInfo.cshtml b/BTCPayServer/Views/Wallets/_PSBTInfo.cshtml index ec43ce017..37855c0f0 100644 --- a/BTCPayServer/Views/Wallets/_PSBTInfo.cshtml +++ b/BTCPayServer/Views/Wallets/_PSBTInfo.cshtml @@ -5,14 +5,7 @@

This transaction will change your balance:
- @if (Model.Positive) - { - @Model.BalanceChange - } - else - { - @Model.BalanceChange - } + @Model.BalanceChange

} @@ -38,15 +31,7 @@ { @input.Index } - - @if (input.Positive) - { - @input.BalanceChange - } - else - { - @input.BalanceChange - } + @input.BalanceChange } @@ -65,14 +50,7 @@ { @destination.Destination - @if (destination.Positive) - { - @destination.Balance - } - else - { - @destination.Balance - } + @destination.Balance }