diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-08-16 07:27:52 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-08-16 07:27:52 +0000 |
| commit | 3d556e5835e5ff058c48000639f7171cb350a84d (patch) | |
| tree | 79489ba1cdfb7568baf2e60279dc6cce269afa1a | |
| parent | 1a68a24e9fb58ecc1ade9d1d792ea06b432e4989 (diff) | |
| parent | 1d072f532c5c24436ca05d9707eeeb910bb4c756 (diff) | |
Merged in tempo-v2-fx (pull request #444)
fix
| -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"> |
