diff --git a/frontend-prep/src/context/ThemeContext.tsx b/frontend-prep/src/context/ThemeContext.tsx index 2455cdbc..beeab1ed 100644 --- a/frontend-prep/src/context/ThemeContext.tsx +++ b/frontend-prep/src/context/ThemeContext.tsx @@ -55,7 +55,7 @@ export function ThemeProvider({ children }: { children: ReactNode }) { try { const settings = await getPublicSettings(); applyClientColors(settings); - } catch {} + } catch (_) { /* ignore */ } }; fetchColors(); const onVisibility = () => {