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 удалений

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

@@ -284,6 +284,7 @@ export default class RhsRootPost extends React.Component {
status={this.props.status}
width='36'
height='36'
user={this.props.user}
/>
);