deskripsi:
- fix component : Menu drawer
- fix feature : list menui drawer pada portofolio & profile
# No Issue
This commit is contained in:
2025-07-10 15:21:40 +08:00
parent b8ed577fea
commit 2c94638e27
6 changed files with 85 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ export default function MapsCustomPin() {
<ButtonCustom
onPress={() => {
console.log(`Simpan maps ${id}`);
router.replace(`/portofolio/${id}`);
router.back();
}}
>
Simpan

View File

@@ -19,7 +19,7 @@ export default function MapsEdit() {
<ButtonCustom
onPress={() => {
console.log(`Simpan maps ${id}`);
router.replace(`/portofolio/${id}`);
router.back()
}}
>
Simpan