From 634aaf2f828a5a6546c375599c98fd327b21a07c Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Fri, 22 Mar 2024 00:11:47 +0900 Subject: [PATCH] chore: fix typo --- src/components/Article/Footer/Article.Footnotes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Article/Footer/Article.Footnotes.tsx b/src/components/Article/Footer/Article.Footnotes.tsx index a087e54..ddcf8ae 100644 --- a/src/components/Article/Footer/Article.Footnotes.tsx +++ b/src/components/Article/Footer/Article.Footnotes.tsx @@ -9,7 +9,7 @@ const ArticleFootnotes = ({ footnotes: LPE.Article.Footnotes }) => footnotes.length > 0 ? ( - + {footnotes.map((footnote, idx) => (