Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
penge committed Jan 6, 2024
1 parent 2749c33 commit a089c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/Theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { t } from "i18n";
const THEMES = ["light", "dark", "custom"] as OneTheme[];

interface ThemeProps {
theme?: OneTheme,
theme?: OneTheme
}

const Theme = ({ theme }: ThemeProps): h.JSX.Element => (
Expand Down

0 comments on commit a089c0a

Please sign in to comment.