Wip: いろいろ修正
This commit is contained in:
parent
9bd0a92ca6
commit
61e103170b
14 changed files with 122 additions and 32 deletions
|
@ -44,13 +44,11 @@ const FollowerCount: React.FC<{ accountId: string }> = ({ accountId }) => {
|
|||
|
||||
if (!account) return null;
|
||||
|
||||
const isHide = account.other_settings.hide_followers_count;
|
||||
|
||||
return (
|
||||
<ShortNumber
|
||||
value={account.followers_count}
|
||||
renderer={FollowersCounter}
|
||||
isHide={isHide}
|
||||
isHide={account.other_settings.hide_followers_count}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue