diff --git a/BTCPayServer/Views/Wallets/WalletSend.cshtml b/BTCPayServer/Views/Wallets/WalletSend.cshtml index b9fdb68c0..5e4a666ec 100644 --- a/BTCPayServer/Views/Wallets/WalletSend.cshtml +++ b/BTCPayServer/Views/Wallets/WalletSend.cshtml @@ -66,7 +66,7 @@
- +
@@ -101,7 +101,17 @@
- + @if (index == Model.Outputs.Count - 1) + { +
+ + +
+ } + else + { + + }