delete menu product for retail
This commit is contained in:
@@ -108,7 +108,7 @@ export const MenuList = observer((props) => {
|
||||
)}
|
||||
</SubMenu>
|
||||
)}
|
||||
{store.authentication.userData.role !== "Admin" && (
|
||||
{store.authentication.userData.role === "Supervisor" && (
|
||||
<Menu.Item key="retail">
|
||||
<Link to={LINKS.PRODUCT}>
|
||||
<DatabaseOutlined />
|
||||
|
Reference in New Issue
Block a user