mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Fix
This commit is contained in:
@@ -29,7 +29,7 @@ export class ToDayEventStorageService {
|
||||
}
|
||||
|
||||
get eventsList() {
|
||||
return this._eventsList
|
||||
return this._eventsList || []
|
||||
}
|
||||
get count() {
|
||||
return this._count
|
||||
|
||||
Reference in New Issue
Block a user