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
Этот коммит содержится в:
Brendan Bowidas
2016-10-06 16:43:53 -04:00
коммит произвёл enahum
родитель 6e5d65d336
Коммит c9793a566a
6 изменённых файлов: 86 добавлений и 6 удалений

Просмотреть файл

@@ -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}
/>
);