IO-779 Added shop sub status and blockers.
This commit is contained in:
@@ -29,12 +29,6 @@ function RbacWrapper({
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
console.log(
|
||||
"********object :>> ",
|
||||
action,
|
||||
rbacDefaults[action],
|
||||
bodyshop.md_rbac[action]
|
||||
);
|
||||
if (
|
||||
(requiredAuthLevel && requiredAuthLevel <= authLevel) ||
|
||||
((bodyshop.md_rbac && bodyshop.md_rbac[action]) || rbacDefaults[action]) <=
|
||||
|
||||
Reference in New Issue
Block a user