Remove extra wrapper on notification user links (#3548)

zio/stable
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
1 changed files with 23 additions and 24 deletions

View File

@ -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>