fix storage in chat

This commit is contained in:
tiago.kayaya
2021-02-25 12:41:29 +01:00
parent c0167b083a
commit a74a8bfa9d
5 changed files with 18 additions and 18 deletions
-4
View File
@@ -55,7 +55,6 @@ export class AgendaPage implements OnInit {
showCalendar: boolean;
calendarHeight: string;
// for timeline
events: CalendarEvent[] = [];
// timeline filter
@@ -97,8 +96,6 @@ export class AgendaPage implements OnInit {
startTime: Date;
endTime: Date;
constructor(
private alertCtrl: AlertController,
@Inject(LOCALE_ID) private locale: string,
@@ -280,7 +277,6 @@ export class AgendaPage implements OnInit {
//
}
}, timeout);
}