1<div className={`btn-group pull-right ${this.props.showBulkActions ? 'shown' : 'hidden'}`}>
2
1<div className={"btn-group pull-right " + (this.props.showBulkActions ? 'show' : 'hidden')}>
1<div className={`btn-group pull-right ${this.props.showBulkActions ? 'shown' : 'hidden'}`}>