Merge branch 'develop' into 'devops-staging'
fix: remove menu See merge request empatnusabangsa/ppob/ppob-frontend!22
This commit is contained in:
commit
90d9527377
|
@ -143,14 +143,6 @@ export const MenuList = observer((props) => {
|
||||||
</Link>
|
</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
)}
|
)}
|
||||||
{store.authentication.userData.role === "Admin Partner" && (
|
|
||||||
<Menu.Item key="transaction">
|
|
||||||
<Link to={LINKS.TRANSACTION}>
|
|
||||||
<ShoppingCartOutlined />
|
|
||||||
<span>Transaksi</span>
|
|
||||||
</Link>
|
|
||||||
</Menu.Item>
|
|
||||||
)}
|
|
||||||
{store.authentication.userData.role === "Retail" && (
|
{store.authentication.userData.role === "Retail" && (
|
||||||
<Menu.Item key="transaction">
|
<Menu.Item key="transaction">
|
||||||
<Link to={LINKS.TRANSACTION}>
|
<Link to={LINKS.TRANSACTION}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user