From 2b995758620fabd4dd645f26c951a62b8914d202 Mon Sep 17 00:00:00 2001 From: whysman Date: Sun, 2 Mar 2025 15:33:08 -0500 Subject: [PATCH] Cleaning up --- context/UserContext.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/context/UserContext.tsx b/context/UserContext.tsx index 3371235..bc94561 100644 --- a/context/UserContext.tsx +++ b/context/UserContext.tsx @@ -42,7 +42,6 @@ export const UserProvider: React.FC = ({ children }) => { const [isLoading, setIsLoading] = useState(true); const [appState, setAppState] = useState(AppState.currentState); const [currentTheme, setTheme] = useState(""); - const [isDarkMode, setDarkMode] = useState(false); useEffect(() => { const loadUserData = async () => {