Skip to content

Commit

Permalink
Ensure donate amount is numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
SatsAllDay committed Sep 23, 2023
1 parent a78c647 commit 516c188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/rewards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export function DonateButton () {
<Input
label='amount'
name='amount'
type='number'
required
autoFocus
append={<InputGroup.Text className='text-monospace'>sats</InputGroup.Text>}
Expand Down

0 comments on commit 516c188

Please sign in to comment.