From e98914fb86a1de27f30bb22feec675ba31f1d443 Mon Sep 17 00:00:00 2001 From: rahman Date: Thu, 12 May 2022 17:19:57 +0700 Subject: [PATCH] feat: validasi detail product admin partner --- src/component/ProductComponent.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/component/ProductComponent.js b/src/component/ProductComponent.js index 7145ab8..e39f214 100644 --- a/src/component/ProductComponent.js +++ b/src/component/ProductComponent.js @@ -139,7 +139,6 @@ export const ProductComponent = observer((props) => { ), }, ]; - //if (store.authentication.userData.role !== "Admin") columns.pop(); //if (store.authentication.userData.role === "Admin Partner") delete columns[2]; if (store.authentication.userData.role === "Admin Partner") delete columns[9]; if (store.authentication.userData.role === "Admin Partner") delete columns[3];