diff --git a/src/app/events/[slug]/page.tsx b/src/app/events/[slug]/page.tsx index 7b7c433..f0ad234 100644 --- a/src/app/events/[slug]/page.tsx +++ b/src/app/events/[slug]/page.tsx @@ -82,7 +82,7 @@ export default async function Event({ .join(' | ')} -
+
@@ -124,7 +124,9 @@ export default async function Event({ {instance.other_schedule_eventinstance.length > 0 && ( -
+
{instance.other_schedule_eventinstance.map( (childInstance) => (