Skip to content

Commit

Permalink
quick amt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart committed Mar 16, 2024
1 parent 9a64fe3 commit 63bffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Tip/Tip.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default function Tip() {
}
/>
<Box sx={{ mt: 1, mb: 1 }}>
{[0.001, 1, 5, 25, 100].map((amountToAdd, index) => (
{[0.05, 1, 5, 25, 100].map((amountToAdd, index) => (
<Chip
key={`${index}-quick-add`}
onClick={() => updateSendValue(+(sendValue ?? 0) + amountToAdd)}
Expand Down

0 comments on commit 63bffef

Please sign in to comment.