Adjusting error page
This commit is contained in:
@@ -10,7 +10,7 @@ function fromLocalStorage(storageKey, fallback) {
|
||||
if (storedValue !== 'undefined' && storedValue !== null) {
|
||||
return (typeof fallback === 'object')
|
||||
? JSON.parse(storedValue)
|
||||
: storedValue
|
||||
: storedValue
|
||||
}
|
||||
}
|
||||
return fallback
|
||||
|
||||
Reference in New Issue
Block a user