fix: Update TeamList component to use event object instead of eventId
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-11-23 12:14:35 +01:00
parent ba88dd1ec3
commit a761ce371c

View File

@@ -55,7 +55,7 @@ const { Content } = await page.render();
<article> <article>
<Content /> <Content />
</article> </article>
<TeamList client:load eventId={event.event.id} /> <TeamList client:load event={event} />
{ {
page.data.viewConfig && ( page.data.viewConfig && (
<div class="py-2 border-t border-t-gray-600"> <div class="py-2 border-t border-t-gray-600">