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)
|
if (!user || isFollowing === undefined)
|
||||||
return (
|
return (
|
||||||
<Button size="sm" color="gray" className={className}>
|
<Button size="sm" color="gray" className={clsx(className, 'invisible')}>
|
||||||
Follow
|
Follow
|
||||||
</Button>
|
</Button>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user