@@ -17,6 +17,7 @@ export function getLocalUser() {
if (localUser && localUser !== 'undefined') {
return JSON.parse(localUser);
}
+ return {};
/**