diff --git a/src/components/Article.js b/src/components/Article.js index cf16474..66f39c0 100644 --- a/src/components/Article.js +++ b/src/components/Article.js @@ -29,7 +29,7 @@ const Article = ({article}) => { type.push(0); output[ind] = "" } - + output[ind] += text[i] } } @@ -41,7 +41,7 @@ const Article = ({article}) => { return