mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Store null save
This commit is contained in:
@@ -23,7 +23,7 @@ export class ToDayEventStorageService {
|
||||
setTimeout(()=>{
|
||||
let restore = localstoreService.get(this.keyName, {})
|
||||
this._eventsList = restore.eventsList || []
|
||||
this._count = restore.count || 0
|
||||
this._count = this._eventsList.length || 0
|
||||
}, 10)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user