Skip to content

Commit

Permalink
fix: semicolon added on every comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leabuende committed Oct 7, 2023
1 parent d204587 commit c2cfb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReadMore/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ReadMore = ({ children, postId, picCap = false, readMore = true }) => {

return (
<>
<Caption caption={captionText} />;
<Caption caption={captionText} />
{text.length >= 40 && (
<span
onClick={() => {
Expand Down

0 comments on commit c2cfb28

Please sign in to comment.