Merge branch 'develop' into 'devops-staging'
fix: menu list See merge request empatnusabangsa/ppob/ppob-frontend!28
This commit is contained in:
commit
1df1718121
|
@ -51,7 +51,7 @@ export const MenuList = observer((props) => {
|
|||
overflowedIndicator={0}
|
||||
forceSubMenuRender={true}
|
||||
>
|
||||
{store.authentication.userData.role !== "Retail" && (
|
||||
{store.authentication.userData.role === "Admin" || store.authentication.userData.role === "Admin Partner" && (
|
||||
<Menu.Item key="home">
|
||||
<Link to={LINKS.HOME}>
|
||||
<HomeOutlined />
|
||||
|
|
Loading…
Reference in New Issue
Block a user