From 9a49b8d84761781531cb417731cb9ef802f63541 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Wed, 4 Dec 2024 10:59:21 +0700 Subject: update pengajuan tempo --- src/core/components/elements/Navbar/NavbarUserDropdown.jsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/core') diff --git a/src/core/components/elements/Navbar/NavbarUserDropdown.jsx b/src/core/components/elements/Navbar/NavbarUserDropdown.jsx index b2abe80f..d19cf11d 100644 --- a/src/core/components/elements/Navbar/NavbarUserDropdown.jsx +++ b/src/core/components/elements/Navbar/NavbarUserDropdown.jsx @@ -13,7 +13,6 @@ const NavbarUserDropdown = () => { router.push('/login'); }); }; - console.log('atuh', atuh); return (
@@ -22,10 +21,12 @@ const NavbarUserDropdown = () => { Daftar Transaksi Daftar Pengiriman Invoice & Faktur Pajak - {(atuh?.partnerTempo.toLowerCase().includes('tempo') || - atuh.tempoProgres == 'review') && ( - Pembayaran Tempo - )} + {atuh && + (atuh.partnerTempo?.toLowerCase().includes('tempo') || + atuh.tempoProgres === 'review') && ( + Pembayaran Tempo + )} + Wishlist Daftar Alamat {!atuh?.external && ( -- cgit v1.2.3