Fixe css bug for home/publications

This commit is contained in:
Peter Maquiran
2021-04-14 14:27:49 +01:00
parent 5f2c34ef7c
commit 13bd4131b3
4 changed files with 2 additions and 6 deletions
@@ -28,7 +28,7 @@ export class EventListPage implements OnInit {
private modalController: ModalController,
private router: Router,
private navParams: NavParams,
) { }
) { }
ngOnInit() {
this.profile = this.navParams.get('profile');
@@ -73,7 +73,6 @@ export class EventListPage implements OnInit {
});
}
async openApproveModal(eventSerialNumber){
let classs;
if( window.innerWidth <= 800){