Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix: corrected /profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jun 14, 2023
1 parent c5c412f commit 1f4fd6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/universal/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import { selectUser } from '../../../features/user';
export default function Login() {
const user = useAppSelector(selectUser);

console.log(user);

if (user) {
return (
<>
Expand Down

0 comments on commit 1f4fd6a

Please sign in to comment.