diff options
Diffstat (limited to 'src/view/com/profile/ProfileCard.tsx')
-rw-r--r-- | src/view/com/profile/ProfileCard.tsx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/view/com/profile/ProfileCard.tsx b/src/view/com/profile/ProfileCard.tsx index 3c487b70f..087536c36 100644 --- a/src/view/com/profile/ProfileCard.tsx +++ b/src/view/com/profile/ProfileCard.tsx @@ -37,15 +37,11 @@ export function ProfileCard({ ]} href={`/profile/${handle}`} title={handle} - noFeedback> + noFeedback + asAnchor> <View style={styles.layout}> <View style={styles.layoutAvi}> - <UserAvatar - size={40} - displayName={displayName} - handle={handle} - avatar={avatar} - /> + <UserAvatar size={40} avatar={avatar} /> </View> <View style={styles.layoutContent}> <Text |