Skip to content

Commit

Permalink
fix on-chain amount not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul authored and benthecarman committed Jan 25, 2024
1 parent 8ff11a2 commit 0324b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0324b49

Please sign in to comment.