buf displaing the role

This commit is contained in:
Eudes Inácio
2023-02-10 20:16:10 +01:00
50 changed files with 163 additions and 116 deletions
@@ -170,7 +170,9 @@ export class EventListPage implements OnInit {
this.LoadToApproveEvents();
setTimeout(() => {
event?.target?.complete();
try {
event?.target?.complete();
} catch(error) {}
}, 2000);
}