summaryrefslogtreecommitdiff
path: root/src/lib/auth/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-05-31 08:55:43 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-05-31 08:55:43 +0700
commit0d28dc8ff5fb8c5399e356ed6ecae4fce2019ca6 (patch)
tree51c25a7c508b30e974551c69680a10a76470c147 /src/lib/auth/components
parent62d2edfa5ae62cd8faa2d0322ddfd5dfa6ad2d2e (diff)
<hafid> fix repeat-order
Diffstat (limited to 'src/lib/auth/components')
-rw-r--r--src/lib/auth/components/Menu.jsx14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/auth/components/Menu.jsx b/src/lib/auth/components/Menu.jsx
index df33314c..20bc54fd 100644
--- a/src/lib/auth/components/Menu.jsx
+++ b/src/lib/auth/components/Menu.jsx
@@ -85,20 +85,6 @@ const Menu = () => {
<div className='mt-2 mb-1 font-medium'>Menu</div>
<div className='flex flex-col gap-y-2'>
<LinkItem
- href='/my/quotations'
- active={routeStartWith('/my/quotations')}
- className=''
- >
- <div className='flex gap-x-3 items-center'>
- <ImageNext
- src='/images/icon/icon_daftar_quotation.svg'
- width={18}
- height={20}
- />
- <p>Daftar Quotation</p>
- </div>
- </LinkItem>
- <LinkItem
href='/my/transactions'
active={routeStartWith('/my/transactions')}
>