diff options
| author | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-08-16 13:24:26 +0700 |
|---|---|---|
| committer | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-08-16 13:24:26 +0700 |
| commit | 1d072f532c5c24436ca05d9707eeeb910bb4c756 (patch) | |
| tree | f9ef2f0aab5ed1f950ad3a12ec30c951e93fe368 /src/pages/my/profile.jsx | |
| parent | 1085602ad84e73692e3ab8b9141c5f61381a8cea (diff) | |
fix
Diffstat (limited to 'src/pages/my/profile.jsx')
| -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"> |
