We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3a08e commit 8b45900Copy full SHA for 8b45900
Bitkit/Views/Wallets/Send/SendConfirmationView.swift
@@ -95,7 +95,7 @@ struct SendConfirmationView: View {
95
sats: Int(wallet.sendAmountSats ?? invoice.amountSatoshis),
96
showSymbol: true,
97
testIdPrefix: "ReviewAmount",
98
- onTap: canEditAmount ? navigateToAmount : {}
+ onTap: navigateToAmount
99
)
100
.padding(.bottom, 44)
101
lightningView(invoice)
0 commit comments