fix date removed

This commit is contained in:
Eudes Inácio
2024-06-12 16:04:27 +01:00
parent 715c061cc7
commit 35b1f3ae08
2 changed files with 4 additions and 4 deletions
@@ -197,8 +197,8 @@ export class ViewEventPage implements OnInit {
if (res.isOk()) {
console.log('Loaded Event', res.value)
loader.remove()
let changeDate = this.dateService.fixDate(res.value as any) as any
this.loadedEvent = changeDate as any;
/* let changeDate = this.dateService.fixDate(res.value as any) as any */
this.loadedEvent = res.value as any;
this.setTimeZone()
} else {
this.httpErrorHandle.httpStatusHandle(res.error)
@@ -133,8 +133,8 @@ export class ViewEventPage implements OnInit {
console.log('newAttahcmentList', res.value.Attachments)
let changeDate = this.dateService.fixDate(res.value as any) as any
this.loadedEvent = changeDate as any;
/* let changeDate = this.dateService.fixDate(res.value as any) as any */
this.loadedEvent = res.value as any;
this.setTimeZone()
} else {
this.viewEventDetailDismiss.emit({