Tambahan
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user