Skip to content

Commit

Permalink
Errbit | Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 8, 2021
1 parent 3a017de commit a3e8ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const App = props => {
if(event.key === 'token' && !event.newValue) {
localStorage.removeItem('token');
localStorage.removeItem('user');
if(!get(localstorage, 'server'))
if(!get(localStorage, 'server'))
window.location = '/';
}
});
Expand Down

0 comments on commit a3e8ae3

Please sign in to comment.