IO-2703 Resolve incorrect Feature wrapper use.
This commit is contained in:
@@ -72,7 +72,7 @@ export function ShopPage({bodyshop, setSelectedHeader, setBreadcrumbs}) {
|
||||
},
|
||||
);
|
||||
|
||||
if(HasFeatureAccess("csi")){
|
||||
if(HasFeatureAccess({featureName:"csi", bodyshop})){
|
||||
items.push({
|
||||
key: "csiq",
|
||||
label: t("bodyshop.labels.csiq"),
|
||||
|
||||
Reference in New Issue
Block a user