Skip to content

Commit

Permalink
feature/epmgcip-162/next-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Balonikau committed Sep 27, 2024
1 parent 2fa9de7 commit b8c0baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/exhibit/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ interface Props {

export default async function ExhibitPage({ params: { slug } }: Props) {
const exhibit = await getExhibit(slug);

console.log("test");
return <>{exhibit && <Exhibit exhibit={exhibit} slug={slug} />}</>;
}

0 comments on commit b8c0baf

Please sign in to comment.