Auto fix broken rules
This commit is contained in:
@@ -4,9 +4,9 @@ import MailPoet from 'mailpoet';
|
||||
|
||||
const PrintBoolean = props => (
|
||||
<span>
|
||||
{(props.children === true && props.truthy) ||
|
||||
(props.children === false && props.falsy) ||
|
||||
(props.unknown)}
|
||||
{(props.children === true && props.truthy)
|
||||
|| (props.children === false && props.falsy)
|
||||
|| (props.unknown)}
|
||||
</span>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user