Account Page
This commit is contained in:
@@ -129,6 +129,14 @@ const VerticalMenu = ({ dictionary, scrollMenu }: Props) => {
|
||||
>
|
||||
{dictionary['navigation'].cash_and_bank}
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
href={`/${locale}/apps/account`}
|
||||
icon={<i className='tabler-align-box-left-stretch' />}
|
||||
exactMatch={false}
|
||||
activeUrl='/apps/account'
|
||||
>
|
||||
{dictionary['navigation'].account}
|
||||
</MenuItem>
|
||||
<SubMenu label={dictionary['navigation'].inventory} icon={<i className='tabler-salad' />}>
|
||||
<SubMenu label={dictionary['navigation'].products}>
|
||||
<MenuItem href={`/${locale}/apps/inventory/products/list`}>{dictionary['navigation'].list}</MenuItem>
|
||||
|
||||
Reference in New Issue
Block a user