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