take out Evandre changes

This commit is contained in:
tiago.kayaya
2022-04-08 15:49:35 +01:00
parent c209680add
commit c5656fd82f
5 changed files with 15 additions and 17 deletions
-2
View File
@@ -1,6 +1,5 @@
<ion-tabs class="tab" >
<div *ngIf="platform.is('mobile') || platform.is('mobileweb')">
<ion-tab-bar *ngIf="p.userPermissionCount([permissionList.Agenda.access, permissionList.Gabinete.access, permissionList.Actions.access, permissionList.Chat.access]) >= 2 || (p.userPermission([permissionList.Agenda.access]) && loggeduser.OwnerCalendars.length != 0) || p.userPermission([permissionList.Gabinete.access])" class="bottoms" slot="bottom">
@@ -42,7 +41,6 @@
</ion-tab-bar>
</div>
</ion-tabs>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">