From 670b2b8469e114692078620d5fb12ee850dd1aec Mon Sep 17 00:00:00 2001 From: DrMint Date: Mon, 6 Jun 2022 22:31:27 +0200 Subject: [PATCH] prettier --- src/pages/contents/[slug]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;