init (#296)
This commit is contained in:
parent
f04037eb59
commit
b34d8716d9
|
@ -135,7 +135,7 @@ export const AuthorBadge = (props: Props) => {
|
||||||
<Button
|
<Button
|
||||||
variant={props.iconButtons ? 'secondary' : 'bordered'}
|
variant={props.iconButtons ? 'secondary' : 'bordered'}
|
||||||
size="M"
|
size="M"
|
||||||
value={() => unsubscribeValue()}
|
value={unsubscribeValue()}
|
||||||
onClick={() => handleSubscribe(false)}
|
onClick={() => handleSubscribe(false)}
|
||||||
class={clsx(styles.actionButton, { [styles.iconed]: props.iconButtons })}
|
class={clsx(styles.actionButton, { [styles.iconed]: props.iconButtons })}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user