Invesment

Add:
- /investment/[id]/(my-holding)/

Fix:
- screens/Invesment/DetailDataPublishSection.tsx: tipe data prop ?

## No Issue
This commit is contained in:
2025-08-01 12:01:40 +08:00
parent 16462c4214
commit db0f4246b6
4 changed files with 165 additions and 3 deletions

View File

@@ -330,6 +330,13 @@ export default function UserLayout() {
}}
/>
<Stack.Screen
name="investment/[id]/(my-holding)/[id]"
options={{
title: "Detail Saham Saya",
headerLeft: () => <BackButton />,
}}
/>
{/* ========== End Investment Section ========= */}
{/* ========== Donation Section ========= */}