diff --git a/frontend/app/[vertical]/shows/page.tsx b/frontend/app/[vertical]/shows/page.tsx index d68c2d4..592b262 100644 --- a/frontend/app/[vertical]/shows/page.tsx +++ b/frontend/app/[vertical]/shows/page.tsx @@ -36,7 +36,7 @@ export default async function ShowsPage({ params }: Props) { } const data = await getShows(vertical.slug) - const shows = data?.items || [] + const shows = data?.data || [] return (