summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
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/post_view
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/post_view')
-rw-r--r--webapp/components/post_view/components/post.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_view/components/post.jsx b/webapp/components/post_view/components/post.jsx
index 051ce0744..ce6ce7d2a 100644
--- a/webapp/components/post_view/components/post.jsx
+++ b/webapp/components/post_view/components/post.jsx
@@ -218,7 +218,7 @@ export default class Post extends React.Component {
profilePic = (
<ProfilePicture
src=''
- status={this.props.status}
+ status={status}
user={this.props.user}
/>
);