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