From 5bb428ad57deed294795a19f5f028238e51f8d58 Mon Sep 17 00:00:00 2001 From: AaronCoplan Date: Wed, 14 Nov 2018 16:38:40 -0500 Subject: [PATCH] fix(CommentReply): Remove {null} which will not render anyways --- src/components/Comment/CommentReply.react.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Comment/CommentReply.react.js b/src/components/Comment/CommentReply.react.js index dca74589..05094052 100644 --- a/src/components/Comment/CommentReply.react.js +++ b/src/components/Comment/CommentReply.react.js @@ -23,7 +23,6 @@ function CommentReply({ return ( - {null} {name}: {text}