Closed SumitKumar-17 closed 6 months ago
I feel that you are referring to the useEffect on the Listpassword.js to which should call the APi on page load . I updated it as useEffect(() => { dispatch(fetchPasswordsThunk()); // eslint-disable-next-line react-hooks/exhaustive-deps }, []);
removing the Home Page and changing the routes, making List password as the default route,removing the MainMenu.js page Issue-73 I have removed the mainMenu Component and made the ListPasswords as the default "/" route as the issue requirements"
Closes #73