diff --git a/src/app/c/[...slug]/page.tsx b/src/app/c/[...slug]/page.tsx index a171f5f..4e3d050 100644 --- a/src/app/c/[...slug]/page.tsx +++ b/src/app/c/[...slug]/page.tsx @@ -87,10 +87,9 @@ export default function Content({ params }: Props) { return match ? ( + >{getText(children)} ) : ( {children}