website refactor
This commit is contained in:
@@ -24,5 +24,6 @@ export default async function Page({ params }: { params: { id: string } }) {
|
||||
|
||||
if (!data) notFound();
|
||||
|
||||
// Data is already in the right format from API client
|
||||
return <PageWrapper data={data} Template={SponsorLeagueDetailTemplate} />;
|
||||
}
|
||||
Reference in New Issue
Block a user