diff options
Diffstat (limited to 'src/view/com/post-thread/PostVotedBy.tsx')
-rw-r--r-- | src/view/com/post-thread/PostVotedBy.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostVotedBy.tsx b/src/view/com/post-thread/PostVotedBy.tsx index 7b798482a..5857f3792 100644 --- a/src/view/com/post-thread/PostVotedBy.tsx +++ b/src/view/com/post-thread/PostVotedBy.tsx @@ -86,7 +86,8 @@ const LikedByItem = ({item}: {item: VotesViewItemModel}) => { <Link style={styles.outer} href={`/profile/${item.actor.handle}`} - title={item.actor.handle}> + title={item.actor.handle} + noFeedback> <View style={styles.layout}> <View style={styles.layoutAvi}> <UserAvatar |