fix mention tab flicker (#8640)

This commit is contained in:
Samuel Newman
2025-07-12 20:50:04 +03:00
committed by GitHub
parent 0e3124a97e
commit ff57e75b12
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -122,6 +122,7 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
</View>
)}
<WebOnlyInlineLinkText
emoji
numberOfLines={1}
to={profileLink}
label={_(msg`View profile`)}