comment code for PR profile

This commit is contained in:
Tiago Kayaya
2020-11-24 14:28:01 +01:00
parent 835b0169b6
commit 10ae85da2c
7 changed files with 16 additions and 17 deletions
@@ -40,8 +40,7 @@ export class EventDetailModalPage implements OnInit {
private modalCtrl: ModalController,
private alertService: AlertService,
private attachamentsService: AttachmentsService,
private route: Router,
private iab: InAppBrowser) {
private route: Router,) {
this.loadedEvent = new Event();
this.loadedEvent.Body = new EventBody();
}