diff --git a/src/app/home/home.page.html b/src/app/home/home.page.html
index 13403de01..e98262be2 100644
--- a/src/app/home/home.page.html
+++ b/src/app/home/home.page.html
@@ -1,6 +1,6 @@
- = 2" class="bottoms" slot="bottom">
+ = 2 || p.userPermission([permissionList.Agenda.access]) || p.userPermission([permissionList.Gabinete.access])" class="bottoms" slot="bottom">
diff --git a/src/app/services/permission.service.ts b/src/app/services/permission.service.ts
index cbd725923..629fd099d 100644
--- a/src/app/services/permission.service.ts
+++ b/src/app/services/permission.service.ts
@@ -42,7 +42,7 @@ export class PermissionService {
let count = 0
- for(let permission of (this.SessionStore.user.UserPermissions || [])) {
+ for(let permission of this.SessionStore.user.UserPermissions ) {
if (args.includes(permission)) {
count++;
}