We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee0dde commit 44136c7Copy full SHA for 44136c7
src/context/App.tsx
@@ -112,7 +112,7 @@ export const AppProvider = ({ children }: { children: ReactNode }) => {
112
}, []);
113
114
useEffect(() => {
115
- setTheme(settings.theme as Theme);
+ setTheme(settings.theme);
116
}, [settings.theme]);
117
118
// biome-ignore lint/correctness/useExhaustiveDependencies: We only want fetchNotifications to be called for certain account or setting changes.
0 commit comments