|
|
@ -170,9 +170,7 @@ export default class ColumnHeader extends React.PureComponent {
|
|
|
|
<h1 className={buttonClassName}>
|
|
|
|
<h1 className={buttonClassName}>
|
|
|
|
<button onClick={this.handleTitleClick}>
|
|
|
|
<button onClick={this.handleTitleClick}>
|
|
|
|
<i className={`fa fa-fw fa-${icon} column-header__icon`} />
|
|
|
|
<i className={`fa fa-fw fa-${icon} column-header__icon`} />
|
|
|
|
<span className='column-header__title'>
|
|
|
|
|
|
|
|
{title}
|
|
|
|
{title}
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<div className='column-header__buttons'>
|
|
|
|
<div className='column-header__buttons'>
|
|
|
|
{backButton}
|
|
|
|
{backButton}
|
|
|
|