diff --git a/src/components/placeholders/Paragraph/index.tsx b/src/components/placeholders/Paragraph/index.tsx index f7777390..7d9b411a 100644 --- a/src/components/placeholders/Paragraph/index.tsx +++ b/src/components/placeholders/Paragraph/index.tsx @@ -17,12 +17,10 @@ const Paragraph: FC = ({ lines = 3, wordsLimit = 12, ...props }) => { [lines, wordsLimit] ); - console.log({ iters }); - return ( - {iters.map(words => ( -
+ {iters.map((words, i) => ( +
{words.map(word => ( ))}