UserAccount
Summary: _typescript_ Reviewed By: jknoxville Differential Revision: D17282356 fbshipit-source-id: 66008627a7a4d5fce453a5b094051cd7767634d6
This commit is contained in:
committed by
Facebook Github Bot
parent
faee603605
commit
a3af4a1cb1
@@ -90,7 +90,7 @@ class UserAccount extends PureComponent<Props> {
|
||||
return name ? (
|
||||
<Container innerRef={this.setRef} onClick={this.showDetails}>
|
||||
<ProfilePic
|
||||
src={user.profile_picture ? user.profile_picture.uri : null}
|
||||
src={user.profile_picture ? user.profile_picture.uri : undefined}
|
||||
/>
|
||||
<UserName>{this.props.user.name}</UserName>
|
||||
<Glyph name="chevron-down" size={10} variant="outline" />
|
||||
|
||||
Reference in New Issue
Block a user