fix linting for credit-amount

This commit is contained in:
Anna Melzer 2018-10-31 17:33:45 +01:00
parent ad0732eaf4
commit 23a3b2dde6

View file

@ -82,7 +82,7 @@ class CreditAmount extends React.PureComponent<Props> {
// TODO: remove inheritStyle prop
// It just complicates things
'credit-amount--inherit': inheritStyle,
badge: badge,
badge,
'badge--cost': badge && !isFree,
'badge--free': badge && isFree,
})}