1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-02-06 04:13:22 +01:00

Update correct avatar

This commit is contained in:
Travis Kohlbeck 2020-05-05 13:37:25 -04:00
parent 3b1a5ff937
commit 908f7ebb93

View File

@ -698,7 +698,9 @@ export class AppLayout extends Component<any, IAppLayoutState> {
}
alt="You"
src={
this.state.currentUser
this.props.avatarURL
? this.props.avatarURL
: this.state.currentUser
? this.state.currentUser
.avatar_static
: ""