This commit is contained in:
Eric Bailey
2024-03-19 12:06:34 -05:00
parent 97d9d6d66d
commit ed198f8f9a
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -231,7 +231,11 @@ function UserResult({
width: 54, width: 54,
paddingLeft: 4, paddingLeft: 4,
}}> }}>
<UserAvatar size={40} avatar={profile.avatar} /> <UserAvatar
size={40}
avatar={profile.avatar}
type={profile.associated?.labeler ? 'labeler' : 'user'}
/>
</View> </View>
<View <View
style={{ style={{
+1 -1
View File
@@ -180,7 +180,7 @@ function ListItem({
}, },
]}> ]}>
<View style={styles.listItemAvi}> <View style={styles.listItemAvi}>
<UserAvatar size={40} avatar={list.avatar} /> <UserAvatar size={40} avatar={list.avatar} type="list" />
</View> </View>
<View style={styles.listItemContent}> <View style={styles.listItemContent}>
<Text <Text