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 3057860 commit 86e78a0Copy full SHA for 86e78a0
Bitkit/Views/Wallets/Send/LnurlPayAmount.swift
@@ -77,12 +77,6 @@ struct LnurlPayAmount: View {
77
.navigationBarHidden(true)
78
.padding(.horizontal, 16)
79
.sheetBackground()
80
- .onAppear {
81
- if amountViewModel.amountSats == 0 {
82
- let minSendable = app.lnurlPayData?.minSendable ?? 0
83
- amountViewModel.updateFromSats(minSendable, currency: currency)
84
- }
85
86
}
87
88
private func onContinue() {
0 commit comments