Perbaikan Projek PPOB
This commit is contained in:
@@ -9,9 +9,7 @@ import {
|
||||
FileSyncOutlined,
|
||||
HomeOutlined,
|
||||
MenuUnfoldOutlined,
|
||||
MoneyCollectOutlined,
|
||||
ProfileOutlined,
|
||||
ProjectOutlined,
|
||||
ShoppingCartOutlined,
|
||||
UserOutlined,
|
||||
SlackOutlined,
|
||||
@@ -90,7 +88,7 @@ export const MenuList = observer((props) => {
|
||||
</SubMenu>
|
||||
)}
|
||||
{store.authentication.userData.role === "Admin" && (
|
||||
<SubMenu key="product-main" icon={<ProfileOutlined />} title="Product">
|
||||
<SubMenu key="product-main" icon={<ProfileOutlined />} title="Produk">
|
||||
<Menu.Item key="produk">
|
||||
<Link to={LINKS.PRODUCT}>
|
||||
<AliyunOutlined />
|
||||
|
||||
Reference in New Issue
Block a user