Merge branch 'develop' of gitlab.com:empatnusabangsa/ppob/ppob-frontend into develop

This commit is contained in:
2021-12-15 16:12:30 +07:00
8 changed files with 381 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ export const MenuList = observer((props) => {
</Link>
</Menu.Item>
<Menu.Item key="sub-category">
<Link to={LINKS.PRODUCT}>
<Link to={LINKS.SUBCATEGORY}>
<FileSyncOutlined />
<span>Sub Category</span>
</Link>
@@ -127,7 +127,7 @@ export const MenuList = observer((props) => {
<span>Product</span>
</Link>
</Menu.Item>
)}
)}
<Menu.Item key="payback">
<Link to={LINKS.PAYBACK}>
<DatabaseOutlined/>