Remove extra wrapper on notification user links (#3548)
parent
41925bdc07
commit
7543f72b77
|
@ -420,8 +420,8 @@ function ExpandedAuthorsList({
|
||||||
to={makeProfileLink({
|
to={makeProfileLink({
|
||||||
did: author.did,
|
did: author.did,
|
||||||
handle: author.handle,
|
handle: author.handle,
|
||||||
})}>
|
})}
|
||||||
<View style={styles.expandedAuthor}>
|
style={styles.expandedAuthor}>
|
||||||
<View style={styles.expandedAuthorAvi}>
|
<View style={styles.expandedAuthorAvi}>
|
||||||
<ProfileHoverCard did={author.did}>
|
<ProfileHoverCard did={author.did}>
|
||||||
<UserAvatar
|
<UserAvatar
|
||||||
|
@ -445,7 +445,6 @@ function ExpandedAuthorsList({
|
||||||
</Text>
|
</Text>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
|
||||||
</NewLink>
|
</NewLink>
|
||||||
))}
|
))}
|
||||||
</Animated.View>
|
</Animated.View>
|
||||||
|
|
Loading…
Reference in New Issue