const controllerUnitClassName=classNames({ 'controller-unit':true, ' is-center':this.props.arrange.isCenter, ' is-inverse':this.props.arrange.isCenter && this.props.arrange.isInverse });
const controllerUnitClassName=classNames({
'controller-unit':true,
' is-center':this.props.arrange.isCenter,
' is-inverse':this.props.arrange.isCenter && this.props.arrange.isInverse
});