Skip to content

Commit abf0f4f

Browse files
committed
Remove unnecessary string manipulation
1 parent 950a7a6 commit abf0f4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/user_content/summary_content_box/SummaryContentBox.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ export const SummaryContentBox = ({ author, tag, date, title = '', content, link
3030
}
3131
<ReadMore
3232
content={translatedContent.translatedContent}
33+
<<<<<<< Updated upstream
3334
contentCharCount={150}
35+
=======
36+
charCount={200}
37+
>>>>>>> Stashed changes
3438
to={link}
3539
data-tid={"link_argument_read_more"}
3640
target="_top"

0 commit comments

Comments
 (0)