fix: event
- logic & api konfirmasi kehadiran
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import { funGetUserIdByToken } from "@/app_modules/_global/fun/get";
|
||||
import Ui_Konfirmasi from "@/app_modules/event/_ui/konfirmasi";
|
||||
import UiEvent_V2_Konfirmasi from "@/app_modules/event/_ui/V2_konfirmasi";
|
||||
|
||||
export default async function Page() {
|
||||
const userLoginId = await funGetUserIdByToken();
|
||||
|
||||
return (
|
||||
<>
|
||||
<Ui_Konfirmasi userLoginId={userLoginId as string} />
|
||||
{/* <Ui_Konfirmasi userLoginId={userLoginId as string} /> */}
|
||||
<UiEvent_V2_Konfirmasi userLoginId={userLoginId as string} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user