feature
deksripsi: - merapikan folder profile - Issu: Drawer
This commit is contained in:
@@ -33,7 +33,7 @@ export const tabsHome: ITabs[] = [
|
||||
icon: "person-outline",
|
||||
activeIcon: "person",
|
||||
label: "Profile",
|
||||
path: "/profile/coba-id",
|
||||
path: "/profile/id-percoban-123456",
|
||||
isActive: true,
|
||||
disabled: false,
|
||||
},
|
||||
|
||||
@@ -14,6 +14,7 @@ export default function Profile_MenuDrawerSection({
|
||||
// console.log("Logout clicked");
|
||||
setShowLogoutAlert(true);
|
||||
} else {
|
||||
console.log("PATH >> ",item.path);
|
||||
router.push(item.path as any);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user