deskripsi:
Fix: ProfileSection & /dummy-user ( image ) Event: box publisj # No Issue"
This commit is contained in:
@@ -12,7 +12,11 @@ export default function EventBeranda() {
|
||||
}
|
||||
>
|
||||
{Array.from({ length: 10 }).map((_, index) => (
|
||||
<Event_BoxPublishSection key={index} id={index.toString()} />
|
||||
<Event_BoxPublishSection
|
||||
key={index}
|
||||
id={index.toString()}
|
||||
href={`/event/${index}/publish`}
|
||||
/>
|
||||
))}
|
||||
</ViewWrapper>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user