Wip: いろいろ修正

This commit is contained in:
KMY 2024-11-29 08:48:18 +09:00
parent 9bd0a92ca6
commit 61e103170b
14 changed files with 122 additions and 32 deletions

View file

@ -90,6 +90,7 @@ const AccountItem: React.FC<{
<ShortNumber
value={account.followers_count}
renderer={FollowersCounter}
isHide={account.other_settings.hide_followers_count}
/>{' '}
{firstVerifiedField && (
<VerifiedBadge link={firstVerifiedField.value} />