Wip: いろいろ修正
This commit is contained in:
parent
9bd0a92ca6
commit
61e103170b
14 changed files with 122 additions and 32 deletions
|
@ -105,7 +105,7 @@ const Account = ({ size = 46, account, onBlock, onMute, onMuteNotifications, hid
|
|||
} else {
|
||||
buttons = <FollowButton accountId={account.get('id')} />;
|
||||
}
|
||||
} else {
|
||||
} else if (!hideButtons) {
|
||||
buttons = <FollowButton accountId={account.get('id')} />;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue