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 b65a5e4d..98e95b4f 100644 --- a/src/pages/my/profile.jsx +++ b/src/pages/my/profile.jsx @@ -74,7 +74,7 @@ export default function Profile() { <> <BottomPopup active={changeConfirmation} - close={() => setChangeConfirmation(false)} // Menutup popup + close={() => setChangeConfirmation(false)} //Menutup popup title="Ubah type akun" > <div className="leading-7 text-gray_r-12/80"> |
