From 2c8979c34f096c4dfd5bfd137ae587df1a40e74d Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 20 Jun 2026 20:27:57 +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 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 = () => {