mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-28 10:34:26 +01:00
fix on-chain amount not showing
This commit is contained in:
committed by
benthecarman
parent
8ff11a2380
commit
0324b49599
@@ -435,6 +435,7 @@ export function Send() {
|
||||
processLnurl(source as ParsedParams & { lnurl: string });
|
||||
} else {
|
||||
setAmountSats(source.amount_sats || 0n);
|
||||
if (source.amount_sats) setIsAmtEditable(false);
|
||||
setSource("onchain");
|
||||
}
|
||||
// Return the source just to trigger `decodedDestination` as not undefined
|
||||
|
||||
Reference in New Issue
Block a user