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