diff options
Diffstat (limited to 'src/view/com/profile/ProfileMembers.tsx')
-rw-r--r-- | src/view/com/profile/ProfileMembers.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/profile/ProfileMembers.tsx b/src/view/com/profile/ProfileMembers.tsx index 75ef18caa..251ece41a 100644 --- a/src/view/com/profile/ProfileMembers.tsx +++ b/src/view/com/profile/ProfileMembers.tsx @@ -65,6 +65,7 @@ export const ProfileMembers = observer(function ProfileMembers({ did={item.did} handle={item.handle} displayName={item.displayName} + avatar={item.avatar} /> ) return ( |