This commit is contained in:
2021-07-13 16:48:33 +00:00
parent c457a478f7
commit 3088c2fc6d
6 changed files with 42 additions and 17 deletions

View File

@@ -298,7 +298,7 @@ function generateMenu(vm) {
vm: vm
});
if (!window.$gz.store.state.isCustomerUser) {
if (!window.$gz.store.state.getters.isCustomerUser) {
menuOptions.menuItems.push({
title: "DirectNotification",
icon: "$ayiCommentAlt",