diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-23 14:17:52 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-23 14:17:52 +0700 |
| commit | f404f9801db1f234ae03ec9c9542ba5d4aa1bf46 (patch) | |
| tree | 4269cf258ad49859d5c45ce44074cd127910a109 /src/pages | |
| parent | 4d9d8bd328675ce0a99359d7558553634c995f38 (diff) | |
<iman> delete console.log
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/my/profile.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/my/profile.jsx b/src/pages/my/profile.jsx index 13cab06d..0eeec6cf 100644 --- a/src/pages/my/profile.jsx +++ b/src/pages/my/profile.jsx @@ -28,11 +28,9 @@ export default function Profile() { setIsAprove(progresSwitchAccount.status); setUbahAkun(progresSwitchAccount.status === 'unknown'); } - console.log('progresSwitchAccount', progresSwitchAccount); }; loadPromo(); }, []); - console.log('isAprove', isAprove); return ( <IsAuth> <MobileView> |
