Fixed type error
This commit is contained in:
parent
98e0777d2e
commit
5652259395
|
@ -215,9 +215,9 @@ export const AuthorCard = (props: Props) => {
|
|||
onClick={handleSubscribe}
|
||||
value={followButtonText()}
|
||||
isSubscribeButton={true}
|
||||
class={{
|
||||
class={clsx({
|
||||
[stylesButton.subscribed]: subscribed()
|
||||
}}
|
||||
})}
|
||||
/>
|
||||
<Button
|
||||
variant={'secondary'}
|
||||
|
|
Loading…
Reference in New Issue
Block a user