Fix: Event
Deskripsi: - Perbaikan route status event - Perbaikan route riwayat event ## No Issue
This commit is contained in:
@@ -14,12 +14,13 @@ export default async function Page() {
|
||||
const listReject = await event_getAllReject({ page: 1 });
|
||||
|
||||
return (
|
||||
<Event_StatusPage
|
||||
authorId={userLoginId}
|
||||
listPublish={listPublish}
|
||||
listReview={listReview}
|
||||
listDraft={listDraft}
|
||||
listReject={listReject}
|
||||
/>
|
||||
<>maintenace</>
|
||||
// <Event_StatusPage
|
||||
// authorId={userLoginId}
|
||||
// listPublish={listPublish}
|
||||
// listReview={listReview}
|
||||
// listDraft={listDraft}
|
||||
// listReject={listReject}
|
||||
// />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user