Skip to content

Commit 0324b49

Browse files
futurepaulbenthecarman
authored andcommitted
fix on-chain amount not showing
1 parent 8ff11a2 commit 0324b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/Send.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ export function Send() {
435435
processLnurl(source as ParsedParams & { lnurl: string });
436436
} else {
437437
setAmountSats(source.amount_sats || 0n);
438+
if (source.amount_sats) setIsAmtEditable(false);
438439
setSource("onchain");
439440
}
440441
// Return the source just to trigger `decodedDestination` as not undefined

0 commit comments

Comments
 (0)