Cleaning up
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Successful in 10m29s

This commit is contained in:
whysman 2025-03-02 15:33:08 -05:00
parent 9e077667e9
commit 2b99575862

View File

@ -42,7 +42,6 @@ export const UserProvider: React.FC<UserProviderProps> = ({ 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 () => {