Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix(CommentReply): Remove {null} which will not render anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCoplan committed Nov 14, 2018
1 parent 9e83734 commit 5bb428a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Comment/CommentReply.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function CommentReply({
return (
<Media.ListItem className={className}>
<Media.Object avatar objectURL={avatarURL} className="mr-4" />
{null}
<Media.Body>
<strong>{name}: </strong>
{text}
Expand Down

0 comments on commit 5bb428a

Please sign in to comment.