Nice and stable before liveview

This commit is contained in:
2025-10-29 20:38:39 +00:00
parent 76586c0df2
commit 4a8d6bc5d7
21 changed files with 1135 additions and 270 deletions
+1 -1
View File
@@ -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;