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 Feb 23, 2024
1 parent 90fe8c1 commit 19689f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Web app for building strats for XIV",
"main": "index.js",
"author": "Ceci <admin@cecilias.me>",
"author": "Cecilia Sanare <ceci@sanare.dev>",
"license": "GPL-3.0",
"scripts": {
"postinstall": "netlify link --name rain-silvy",
Expand Down
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 19689f5

Please sign in to comment.