fix: Update TeamList component to use event object instead of eventId
All checks were successful
SteamWarCI Build successful
All checks were successful
SteamWarCI Build successful
This commit is contained in:
@@ -55,7 +55,7 @@ const { Content } = await page.render();
|
||||
<article>
|
||||
<Content />
|
||||
</article>
|
||||
<TeamList client:load eventId={event.event.id} />
|
||||
<TeamList client:load event={event} />
|
||||
{
|
||||
page.data.viewConfig && (
|
||||
<div class="py-2 border-t border-t-gray-600">
|
||||
|
||||
Reference in New Issue
Block a user