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
@@ -54,7 +54,9 @@ export class PublicationDetailPage implements OnInit {
this.getPublicationDetail();
setTimeout(() => {
event?.target?.complete();
try {
event?.target?.complete();
} catch(error) {}
}, 2000);
}