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

@@ -14,8 +14,8 @@ export default function Invesment_DetailDataPublishSection({
buttonSection,
}: {
status: string;
bottomSection: React.ReactNode;
buttonSection: React.ReactNode;
bottomSection?: React.ReactNode;
buttonSection?: React.ReactNode;
}) {
return (
<>