added invisible for logged out users
This commit is contained in:
parent
adc9bab36c
commit
5c1ed2cc9d
|
@ -20,7 +20,7 @@ export function FollowButton(props: {
|
|||
|
||||
if (!user || isFollowing === undefined)
|
||||
return (
|
||||
<Button size="sm" color="gray" className={className}>
|
||||
<Button size="sm" color="gray" className={clsx(className, 'invisible')}>
|
||||
Follow
|
||||
</Button>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user