Use compact buttons in collection account list (#38543)
This commit is contained in:
parent
59299c69ff
commit
7e6813e95c
@ -111,9 +111,9 @@ const AccountItem: React.FC<{
|
||||
</NumberFields>
|
||||
}
|
||||
/>
|
||||
{!withoutButton && <FollowButton accountId={accountId} />}
|
||||
{!withoutButton && <FollowButton compact accountId={accountId} />}
|
||||
{isOwnAccount && (
|
||||
<Button secondary onClick={onRevoke}>
|
||||
<Button secondary compact onClick={onRevoke}>
|
||||
<FormattedMessage
|
||||
id='collections.detail.revoke_inclusion'
|
||||
defaultMessage='Remove me'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user