Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed May 6, 2024
1 parent e7a3fa1 commit 2e16fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-client/src/components/reducer/Initializr.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const localStorage =
typeof window !== 'undefined'
? window.localStorage
: {
get: () => {},
set: () => {},
getItem: () => {},
setItem: () => {},
}

const getPersistedOrDefault = json => {
Expand Down

0 comments on commit 2e16fa6

Please sign in to comment.