Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Dec 19, 2024
1 parent 1140cd7 commit 773dd6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ const ProfilePage = () => `
</div>
`;
const state = {
isLoggedIn: JSON.parse(localStorage.getItem('user')) || false,
user: JSON.parse(localStorage.getItem('user')) || {
username: '',
email: '',
Expand Down

0 comments on commit 773dd6a

Please sign in to comment.