fix ui event

This commit is contained in:
2025-03-12 15:15:55 +08:00
parent 8993ecb846
commit 84b1339fb0
22 changed files with 648 additions and 380 deletions

View File

@@ -14,13 +14,12 @@ import Event_ComponentBoxDaftarSponsor from "./comp_box_sponsor";
export default function ComponentEvent_DetailData({
isDaftarPeserta,
isReport,
data
data,
}: {
isDaftarPeserta?: boolean;
isReport?: boolean;
data: MODEL_EVENT | null
data: MODEL_EVENT | null;
}) {
return (
<>
{!data ? (
@@ -28,7 +27,10 @@ export default function ComponentEvent_DetailData({
) : (
<Stack>
{isReport && (
<ComponentGlobal_BoxInformation isReport informasi={data?.catatan} />
<ComponentGlobal_BoxInformation
isReport
informasi={data?.catatan}
/>
)}
<ComponentGlobal_CardStyles marginBottom={"16px"}>