fix: create new membership

This commit is contained in:
2021-12-16 14:15:30 +07:00
parent 375d122552
commit a093174c7d
2 changed files with 3 additions and 11 deletions

View File

@@ -111,14 +111,6 @@ export const MenuList = observer((props) => {
</Link>
</Menu.Item>
)}
{store.authentication.userData.role !== "Retail" && (
<Menu.Item key="retail">
<Link to={LINKS.PRODUCT}>
<DatabaseOutlined />
<span>Product</span>
</Link>
</Menu.Item>
)}
<Menu.Item key="payback">
<Link to={LINKS.PAYBACK}>
<DatabaseOutlined />