meun
This commit is contained in:
@ -12,7 +12,7 @@ export class DunHelper {
|
||||
userInfo;
|
||||
|
||||
constructor(private overlay: Overlay) {
|
||||
this.userInfo = JSON.parse(localStorage.getItem('user') || '');
|
||||
this.userInfo = JSON.parse(localStorage.getItem('user') || '{}');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user