Skip to content

Commit

Permalink
sepcify ETH for select option
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Feb 3, 2024
1 parent 8c268a3 commit 8c62443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/submit-grant/_component/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Form = () => {
<option disabled>Select amount</option>
{selectOptions.map(option => (
<option key={option} value={option}>
{option}
{option} ETH
</option>
))}
</select>
Expand Down

0 comments on commit 8c62443

Please sign in to comment.