summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_comment.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-12 05:39:49 -0400
committerGeorge Goldberg <george@gberg.me>2017-04-12 10:39:49 +0100
commitb3305d82eb92c2b9d7cf57f6c61ea79b18248228 (patch)
tree517259aa8decbaa4dc05ab6cf134d9949288bac7 /webapp/components/rhs_comment.jsx
parente8be67bff27a7153b49d5da4eea3247c73c92ee7 (diff)
downloadchat-b3305d82eb92c2b9d7cf57f6c61ea79b18248228.tar.gz
chat-b3305d82eb92c2b9d7cf57f6c61ea79b18248228.tar.bz2
chat-b3305d82eb92c2b9d7cf57f6c61ea79b18248228.zip
PLT-6300 Fixed flag icons not appearing (#6078)
Diffstat (limited to 'webapp/components/rhs_comment.jsx')
-rw-r--r--webapp/components/rhs_comment.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/rhs_comment.jsx b/webapp/components/rhs_comment.jsx
index 6dd01bd8b..23c1b3819 100644
--- a/webapp/components/rhs_comment.jsx
+++ b/webapp/components/rhs_comment.jsx
@@ -553,7 +553,7 @@ export default class RhsComment extends React.Component {
}
let flagTrigger;
- if (isEphemeral) {
+ if (!isEphemeral) {
flagTrigger = (
<OverlayTrigger
key={'commentflagtooltipkey' + flagVisible}