summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_comment.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/rhs_comment.jsx')
-rw-r--r--webapp/components/rhs_comment.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/components/rhs_comment.jsx b/webapp/components/rhs_comment.jsx
index 249d3f14a..ac029f6fa 100644
--- a/webapp/components/rhs_comment.jsx
+++ b/webapp/components/rhs_comment.jsx
@@ -47,6 +47,10 @@ export default class RhsComment extends React.Component {
return true;
}
+ if (!Utils.areObjectsEqual(nextProps.currentUser, this.props.currentUser)) {
+ return true;
+ }
+
return false;
}
createDropdown() {