This commit is contained in:
2025-02-12 10:54:57 +08:00
parent 8651357a3d
commit a9b669b92d
10 changed files with 90 additions and 36 deletions

View File

@@ -8,6 +8,10 @@ export function ComponentAdminInvestasi_DetailDataAuthor({
data: any;
}) {
return (
<Paper bg={AdminColor.softBlue} p={"lg"}>
<Stack c={AdminColor.white}>
<Title order={3}>Data User</Title>

View File

@@ -40,6 +40,7 @@ export default function AdminInvestasi_DetailReview({
useShallowEffect(() => {
cekStatusPublish();
// omload()
}, []);
async function cekStatusPublish() {
@@ -142,6 +143,8 @@ export default function AdminInvestasi_DetailReview({
}
}
return (
<>
<Stack px={"lg"}>
@@ -182,6 +185,9 @@ export default function AdminInvestasi_DetailReview({
]}
>
{/* Data Author */}
if(!data.author){
}
<ComponentAdminInvestasi_DetailDataAuthor data={data.author} />
{/* Data Foto */}