Add type: labeler to easy spots

This commit is contained in:
Eric Bailey
2024-03-18 17:55:51 -05:00
parent 2a5b0ab2ac
commit bcfcb60c98
8 changed files with 33 additions and 6 deletions
+5 -1
View File
@@ -64,7 +64,11 @@ function ProfileCard() {
style={[styles.profileCard, !isDesktop && styles.profileCardTablet]}
title={_(msg`My Profile`)}
asAnchor>
<UserAvatar avatar={profile.avatar} size={size} />
<UserAvatar
avatar={profile.avatar}
size={size}
type={profile?.associated?.labeler ? 'labeler' : 'user'}
/>
</Link>
) : (
<View style={[styles.profileCard, !isDesktop && styles.profileCardTablet]}>