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/lib/auth | |
| parent | ad3418b4181a79485b0feb6882d6ae4ec744c776 (diff) | |
<iman> update tempo page mobile view
Diffstat (limited to 'src/lib/auth')
| -rw-r--r-- | src/lib/auth/components/Menu.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auth/components/Menu.jsx b/src/lib/auth/components/Menu.jsx index b562878d..d99917d0 100644 --- a/src/lib/auth/components/Menu.jsx +++ b/src/lib/auth/components/Menu.jsx @@ -64,7 +64,7 @@ const Menu = () => { </LinkItem> {auth && auth.partnerTempo && - (auth.partnerTempo?.toLowerCase().includes('tempo') || + (auth.partnerTempo || auth.tempoProgres === 'review') && ( <LinkItem href='/my/tempo' active={routeStartWith('/my/tempo')}> <div className='flex gap-x-3 items-center'> |
