diff options
| -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 887489e0..5187cdca 100644 --- a/src/pages/my/profile.jsx +++ b/src/pages/my/profile.jsx @@ -73,7 +73,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"> |
