We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd3024 commit a5761daCopy full SHA for a5761da
app/src/components/App.tsx
@@ -18,7 +18,7 @@ export const App = (): JSX.Element => {
18
// const [state, dispatch] = useReducer(reducer, initialState);
19
const state = useSelector(store => store.appState);
20
const dispatch = useDispatch();
21
- console.log("loaded right away")
+
22
// checks if user is signed in as guest or actual user and changes loggedIn boolean accordingly
23
useEffect(()=>{
24
if (window.localStorage.getItem('ssid') !== 'guest') {
0 commit comments