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
Этот коммит содержится в:
коммит произвёл
enahum
родитель
6e5d65d336
Коммит
c9793a566a
@@ -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}
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user