diff options
Diffstat (limited to 'src/view/com/profile/ProfileFollowers.tsx')
-rw-r--r-- | src/view/com/profile/ProfileFollowers.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileFollowers.tsx b/src/view/com/profile/ProfileFollowers.tsx index 6801ba161..09162614e 100644 --- a/src/view/com/profile/ProfileFollowers.tsx +++ b/src/view/com/profile/ProfileFollowers.tsx @@ -84,7 +84,8 @@ const User = ({item}: {item: FollowerItem}) => { <Link style={styles.outer} href={`/profile/${item.handle}`} - title={item.handle}> + title={item.handle} + noFeedback> <View style={styles.layout}> <View style={styles.layoutAvi}> <UserAvatar |