mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-06 04:13:22 +01:00
Update correct avatar
This commit is contained in:
parent
3b1a5ff937
commit
908f7ebb93
@ -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
|
||||
: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user