Skip to content

Commit

Permalink
fix: removes commented out code
Browse files Browse the repository at this point in the history
Relates #113
  • Loading branch information
nichgalzin committed Nov 8, 2024
1 parent 710ffd0 commit 8dba68d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const baseStore = create<State & Actions>(set => {
...state.user,
...newUser
}
// isLoggedIn: true
}))
},
resetStore: () =>
Expand Down

0 comments on commit 8dba68d

Please sign in to comment.