Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 28, 2024
1 parent 74c4b64 commit 23cb949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SelectMode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function SelectMode({ mode }: { mode: Mode }) {
className="select select-bordered select-sm w-full"
>
{modes.map((m) => (
<option>{m}</option>
<option key={m}>{m}</option>
))}
</select>
</div>
Expand Down

0 comments on commit 23cb949

Please sign in to comment.