summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = {