From 202bab0e03fc00eb6cf21b729bc7d7cb117c63a7 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 20 Jun 2026 20:30:06 +0200 Subject: [PATCH] chore: build frontend --- frontend-prep/src/context/ThemeContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {