Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-12-10 16:22:58 +01:00
19 changed files with 84 additions and 58 deletions
@@ -88,8 +88,9 @@ export class EventListPage implements OnInit {
if(allEvents.length > 0){
this.eventsPRList = this.sortService.sortArrayByDate(allEvents).reverse();
}
this.showLoader = false;
}
this.showLoader = false;
}
async openApproveModal(eventSerialNumber, data) {