diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-10 15:26:44 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-10 15:26:44 +0700 |
| commit | fedaceac3e41741c198c94fd20917c9572fa7ec1 (patch) | |
| tree | 90466383dd2d2c76ddcf421fc9bedd10f6d9c15e /src/pages | |
| parent | ad3418b4181a79485b0feb6882d6ae4ec744c776 (diff) | |
<iman> update tempo page mobile view
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/my/menu.jsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pages/my/menu.jsx b/src/pages/my/menu.jsx index b626be30..2a46d866 100644 --- a/src/pages/my/menu.jsx +++ b/src/pages/my/menu.jsx @@ -90,8 +90,7 @@ export default function Menu() { <p>Invoice & Faktur Pajak</p> </div> </LinkItem> - {(auth?.partnerTempo?.toLowerCase().includes('tempo') || - auth?.tempoProgres == 'review') && ( + {(auth?.partnerTempo || auth?.tempoProgres == 'review') && ( <LinkItem href='/my/tempo'> {' '} <div className='flex gap-x-3 items-center'> |
