This commit is contained in:
Eudes Inácio
2021-07-22 13:12:28 +01:00
7 changed files with 6 additions and 23 deletions
@@ -29,7 +29,7 @@ export class ToDayEventStorageService {
}
get eventsList() {
return this._eventsList
return this._eventsList || []
}
get count() {
return this._count