Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 17, 2023
1 parent ada8f55 commit 4104eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/pay/components/Currency/currency-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function CurrencyDropdown({
<select
style={style ?? { border: "none" }}
name={name ?? "display"}
placeholder={selectedDisplayCurrency}
required
value={selectedDisplayCurrency}
onChange={(event: React.ChangeEvent<HTMLSelectElement>) => {
Expand Down

0 comments on commit 4104eea

Please sign in to comment.