diff --git a/src/components/AppLayout/AppLayout.tsx b/src/components/AppLayout/AppLayout.tsx index 442fa6d..1857f4c 100644 --- a/src/components/AppLayout/AppLayout.tsx +++ b/src/components/AppLayout/AppLayout.tsx @@ -698,7 +698,9 @@ export class AppLayout extends Component { } alt="You" src={ - this.state.currentUser + this.props.avatarURL + ? this.props.avatarURL + : this.state.currentUser ? this.state.currentUser .avatar_static : ""