This commit is contained in:
tiago.kayaya
2021-07-09 14:39:45 +01:00
parent 7bd92ae5d5
commit 9ce59bd7fa
4 changed files with 16 additions and 13 deletions
@@ -114,7 +114,7 @@ export class ViewEventPage implements OnInit {
this.eventsService.getEvent(this.eventId).subscribe(res => {
this.loadedEvent = res;
/* console.log(res); */
console.log(res);
this.today = new Date(res.StartDate);
/* console.log(new Date(this.today)); */
@@ -181,6 +181,7 @@ export class ViewEventPage implements OnInit {
}
async editEvent() {
console.log(this.loadedEvent);
let classs;
if( window.innerWidth <= 800){