fix linting for credit-amount
This commit is contained in:
parent
ad0732eaf4
commit
23a3b2dde6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class CreditAmount extends React.PureComponent<Props> {
|
||||||
// TODO: remove inheritStyle prop
|
// TODO: remove inheritStyle prop
|
||||||
// It just complicates things
|
// It just complicates things
|
||||||
'credit-amount--inherit': inheritStyle,
|
'credit-amount--inherit': inheritStyle,
|
||||||
badge: badge,
|
badge,
|
||||||
'badge--cost': badge && !isFree,
|
'badge--cost': badge && !isFree,
|
||||||
'badge--free': badge && isFree,
|
'badge--free': badge && isFree,
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Add table
Reference in a new issue