Fix: Intergrasi pada UI
- Beranda, Kontibusi & Riwayat
- Detail beranda, detail kontribusi & detail riwayat
- List partisipan

### No issue
This commit is contained in:
2025-09-15 17:17:50 +08:00
parent 1d2153b253
commit 76fb14ed0c
12 changed files with 365 additions and 91 deletions

View File

@@ -5,7 +5,7 @@ export default function Event_BoxDetailPublishSection({
data,
footerButton,
}: {
data?: any;
data: any;
footerButton?: React.ReactNode;
}) {
const listData = [

View File

@@ -15,7 +15,7 @@ export default function Event_BoxPublishSection({
rightComponentAvatar,
}: {
href: Href;
data?: any;
data: any;
// Avatar
sourceAvatar?: string;