Added functionality to remove the attachment icon when the event does not have one | added same style from home at agenda view

This commit is contained in:
Tiago Kayaya
2020-08-31 10:03:26 +01:00
parent 172f05ef99
commit 5d9b808e96
6 changed files with 25 additions and 17 deletions
+1
View File
@@ -77,6 +77,7 @@ export class EventsPage implements OnInit {
.subscribe(response => {
this.eventsList = response;
this.showLoader = false;
console.log(response[0].HasAttachments)
}
);
break;