diff --git a/src/pages/contents/[slug]/index.tsx b/src/pages/contents/[slug]/index.tsx index cb5c02d..7fd40c7 100644 --- a/src/pages/contents/[slug]/index.tsx +++ b/src/pages/contents/[slug]/index.tsx @@ -195,7 +195,7 @@ export default function Content(props: Immutable): JSX.Element {
{/* TODO: Add to langui */}

Source

-
+
{content.ranged_contents.data.map((rangedContent) => { const libraryItem = rangedContent.attributes?.library_item?.data;