Nice and stable before liveview
This commit is contained in:
@@ -49,7 +49,7 @@ function formatDate(date: Date): string {
|
||||
export default async function EventDetailPage({
|
||||
params,
|
||||
}: {
|
||||
params: Promise<{ id: string }>;
|
||||
params: Promise<{ event_id: string }>;
|
||||
}) {
|
||||
const { event_id } = await params;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user