summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
diff options
context:
space:
mode:
authorBrendan Bowidas <brendanbowidas@gmail.com>2016-10-06 16:43:53 -0400
committerenahum <nahumhbl@gmail.com>2016-10-06 17:43:53 -0300
commitc9793a566a4f425997448a742b16ed8754c17bae (patch)
tree40e294ddbbbcec573b6acd1b776f113d57be5709 /webapp/components/post_view
parent6e5d65d3364336846a3a7777493d8da0744044d7 (diff)
downloadchat-c9793a566a4f425997448a742b16ed8754c17bae.tar.gz
chat-c9793a566a4f425997448a742b16ed8754c17bae.tar.bz2
chat-c9793a566a4f425997448a742b16ed8754c17bae.zip
PLT-3252 Bring up profile popover after clicking on a profile picture… (#4144)
* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel * PLT-3252 Bring up profile popover after clicking on a profile picture in a channel remove important * fixed 'Cannot read property first_name of undefined' bug * fix status indicator position * refactoring per request
Diffstat (limited to 'webapp/components/post_view')
-rw-r--r--webapp/components/post_view/components/post.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/post_view/components/post.jsx b/webapp/components/post_view/components/post.jsx
index 2dce093ec..e76701b6f 100644
--- a/webapp/components/post_view/components/post.jsx
+++ b/webapp/components/post_view/components/post.jsx
@@ -196,6 +196,7 @@ export default class Post extends React.Component {
<ProfilePicture
src={PostUtils.getProfilePicSrcForPost(post, timestamp)}
status={this.props.status}
+ user={this.props.user}
/>
);