diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/my/profile.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/my/profile.jsx b/src/pages/my/profile.jsx index 98e95b4f..92e3956c 100644 --- a/src/pages/my/profile.jsx +++ b/src/pages/my/profile.jsx @@ -18,7 +18,7 @@ import { useRouter } from 'next/router'; export default function Profile() { const auth = useAuth(); - console.log('auth', auth); + // console.log('auth', auth); const [isChecked, setIsChecked] = useState(false); const [ubahAkun, setUbahAkun] = useState(false); const [isAprove, setIsAprove] = useState(); |
