Skip to content

Commit b784fa5

Browse files
committed
fix typing
1 parent 9ebcdba commit b784fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/theme-toggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const ThemeToggle: React.FC = () => {
3434
className="max-w-xs"
3535
>
3636
{themeOptions.map((option) => (
37-
<SelectItem key={option.key} value={option.key}>
37+
<SelectItem key={option.key}>
3838
{option.label}
3939
</SelectItem>
4040
))}

0 commit comments

Comments
 (0)