Update Drawer.tsx
parent
3f5bdd8be3
commit
44259948cc
|
@ -93,10 +93,12 @@ let DrawerProfileCard = ({
|
||||||
{formatCountShortOnly(profile?.followersCount ?? 0)}
|
{formatCountShortOnly(profile?.followersCount ?? 0)}
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
{pluralize(profile?.followersCount || 0, 'follower')} ·{' '}
|
{pluralize(profile?.followersCount || 0, 'follower')} ·{' '}
|
||||||
<Text type="xl-medium" style={pal.text}>
|
<Trans>
|
||||||
{formatCountShortOnly(profile?.followsCount ?? 0)}
|
<Text type="xl-medium" style={pal.text}>
|
||||||
</Text>{' '}
|
{formatCountShortOnly(profile?.followsCount ?? 0)}
|
||||||
following
|
</Text>{' '}
|
||||||
|
following
|
||||||
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue