From b3305d82eb92c2b9d7cf57f6c61ea79b18248228 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 12 Apr 2017 05:39:49 -0400 Subject: [PATCH] PLT-6300 Fixed flag icons not appearing (#6078) --- webapp/components/post_view/components/post_info.jsx | 2 +- webapp/components/rhs_comment.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/post_view/components/post_info.jsx b/webapp/components/post_view/components/post_info.jsx index 509809c8ce..b76e3aed06 100644 --- a/webapp/components/post_view/components/post_info.jsx +++ b/webapp/components/post_view/components/post_info.jsx @@ -460,7 +460,7 @@ export default class PostInfo extends React.Component { } let flagTrigger; - if (isEphemeral) { + if (!isEphemeral) { flagTrigger = (