Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix(ui): revive avatar in profile (#1110)
Browse files Browse the repository at this point in the history
Regression introduced in #1104 - thanks @rudolfs for the spot.
  • Loading branch information
xla committed Oct 27, 2020
1 parent 5b172a0 commit 37cf591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/Screen/Profile.svelte
Expand Up @@ -50,6 +50,7 @@

<SidebarLayout style="margin-top: 0;" dataCy="profile-screen">
<Header.Large
avatarFallback={session.identity.avatarFallback}
name={session.identity.metadata.handle}
urn={session.identity.urn}>
<div slot="left">
Expand Down

0 comments on commit 37cf591

Please sign in to comment.