summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_root_post.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-12-09 18:43:28 -0500
committerCorey Hulen <corey@hulen.com>2016-12-09 15:43:28 -0800
commit65699c7c51c7fed17979d7c47fff3e2231d395bd (patch)
tree38ea81389696cf70cf8de963dabb313652679a87 /webapp/components/rhs_root_post.jsx
parentaaa41535f8ac9656d0cd399aeedf58de9b374b65 (diff)
downloadchat-65699c7c51c7fed17979d7c47fff3e2231d395bd.tar.gz
chat-65699c7c51c7fed17979d7c47fff3e2231d395bd.tar.bz2
chat-65699c7c51c7fed17979d7c47fff3e2231d395bd.zip
Remove status from webhook posts in compact mode (#4739)
Diffstat (limited to 'webapp/components/rhs_root_post.jsx')
-rw-r--r--webapp/components/rhs_root_post.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx
index 6f4372973..d871ad2a9 100644
--- a/webapp/components/rhs_root_post.jsx
+++ b/webapp/components/rhs_root_post.jsx
@@ -305,7 +305,7 @@ export default class RhsRootPost extends React.Component {
profilePic = (
<ProfilePicture
src=''
- status={this.props.status}
+ status={status}
user={this.props.user}
/>
);