Skip to content

Commit

Permalink
Merge 83c68a5 into 291f35b
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 8, 2024
2 parents 291f35b + 83c68a5 commit ea8dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const AppProvider = ({ children }: { children: ReactNode }) => {
}, []);

useEffect(() => {
setTheme(settings.theme as Theme);
setTheme(settings.theme);
}, [settings.theme]);

// biome-ignore lint/correctness/useExhaustiveDependencies: We only want fetchNotifications to be called for certain account or setting changes.
Expand Down

0 comments on commit ea8dbc5

Please sign in to comment.