Remove extra wrapper on notification user links (#3548)
parent
41925bdc07
commit
7543f72b77
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue