Cleaning up
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Successful in 10m29s
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:
parent
9e077667e9
commit
2b99575862
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user