Skip to content

Commit

Permalink
fix: theme list crash
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 1, 2024
1 parent 3d8419a commit 8c1daac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dorion-settings/pages/ThemesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function ThemesPage() {
<Header class={classes.shead}>Theme</Header>

{
settings().themes.map((theme) => (
(settings().themes || []).map((theme) => (
<Dropdown
style={'margin-bottom: 8px;'}
key={theme}
Expand Down

0 comments on commit 8c1daac

Please sign in to comment.