From b1c39204a63a87d2cbc57f66cf9db50c938b2ee5 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 12 May 2017 10:18:24 +0200 Subject: fix issue (#6393) --- webapp/components/common/post_flag_icon.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/common/post_flag_icon.jsx') 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 = { -- cgit v1.2.3-1-g7c22