Skip to content

Commit

Permalink
fix: wrong amount shown on button when loading invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Sep 2, 2024
1 parent 05c8913 commit 3b41f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/wallet/New.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function New() {
name: label || findFreeLabel(),
price: parseInt(amount),
});
setAmount("");
}
}

Expand Down

0 comments on commit 3b41f9c

Please sign in to comment.