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