summaryrefslogtreecommitdiffstats
path: root/webapp/components/common/post_flag_icon.jsx
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-05-12 10:18:24 +0200
committerGeorge Goldberg <george@gberg.me>2017-05-12 09:18:24 +0100
commitb1c39204a63a87d2cbc57f66cf9db50c938b2ee5 (patch)
tree1d13e32859b20b0e093247216e7781a988bbaa61 /webapp/components/common/post_flag_icon.jsx
parent01fab5de9411f700f43a703c1502473059bc73f5 (diff)
downloadchat-b1c39204a63a87d2cbc57f66cf9db50c938b2ee5.tar.gz
chat-b1c39204a63a87d2cbc57f66cf9db50c938b2ee5.tar.bz2
chat-b1c39204a63a87d2cbc57f66cf9db50c938b2ee5.zip
fix issue (#6393)
Diffstat (limited to 'webapp/components/common/post_flag_icon.jsx')
-rw-r--r--webapp/components/common/post_flag_icon.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/common/post_flag_icon.jsx b/webapp/components/common/post_flag_icon.jsx
index 5f714f76b..eb993d9f6 100644
--- a/webapp/components/common/post_flag_icon.jsx
+++ b/webapp/components/common/post_flag_icon.jsx
@@ -68,7 +68,7 @@ export default function PostFlagIcon(props) {
);
}
- return '';
+ return null;
}
PostFlagIcon.propTypes = {