diff --git a/frontend-prep/src/context/ThemeContext.tsx b/frontend-prep/src/context/ThemeContext.tsx index beeab1ed..ca50e7b4 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 (_) { /* ignore */ } + } catch { /* ignore */ } }; fetchColors(); const onVisibility = () => {