diff --git a/src/pages/comments/Comment.js b/src/pages/comments/Comment.js index 1e4a195..0185dd3 100644 --- a/src/pages/comments/Comment.js +++ b/src/pages/comments/Comment.js @@ -58,7 +58,18 @@ const Comment = (props) => { {owner} {updated_at} - {showEditForm ? :

{content}

} + {showEditForm ? ( + + ) : ( +

{content}

+ )} {is_owner && !showEditForm && (