From f069270c6954af40fe5695fe404bcd9c8cd301da Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Thu, 19 Jun 2025 12:56:37 -0400 Subject: [PATCH] Fix --- frontend/src/pages/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 17957d4c..b25813de 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -14,7 +14,7 @@ export function Settings() { const [saving, setSaving] = useState(false); const [error, setError] = useState(null); const [success, setSuccess] = useState(false); - const { setTheme, loadThemeFromConfig } = useTheme(); + const { setTheme } = useTheme(); // Load initial config useEffect(() => {