diff --git a/src/components/login/Login.tsx b/src/components/login/Login.tsx index b9282a3..e286d13 100644 --- a/src/components/login/Login.tsx +++ b/src/components/login/Login.tsx @@ -41,9 +41,9 @@ const Login: React.FC = () => { // setErrMsg(''); // }, [user, pwd]) - store.dispatch(fetchMeetings("")); // temp fix - store.dispatch(fetchUsers("")); // temp fix - store.dispatch(fetchFavorites("")); // temp fix + store.dispatch(fetchMeetings("1")); // temp fix + store.dispatch(fetchUsers("1")); // temp fix + store.dispatch(fetchFavorites("1")); // temp fix const handleLogin = async(e: React.SyntheticEvent) => { e.preventDefault();