Remove extra wrapper on notification user links (#3548)

This commit is contained in:
Hailey 2024-04-13 16:55:49 -07:00 committed by GitHub
parent 41925bdc07
commit 7543f72b77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -420,8 +420,8 @@ function ExpandedAuthorsList({
to={makeProfileLink({
did: author.did,
handle: author.handle,
})}>
<View style={styles.expandedAuthor}>
})}
style={styles.expandedAuthor}>
<View style={styles.expandedAuthorAvi}>
<ProfileHoverCard did={author.did}>
<UserAvatar
@ -445,7 +445,6 @@ function ExpandedAuthorsList({
</Text>
</Text>
</View>
</View>
</NewLink>
))}
</Animated.View>