0
0
Fork 0

Merge remote-tracking branch 'origin/master' into gs-master

This commit is contained in:
David Yip 2017-10-26 09:18:27 -05:00
commit dd28b94cf0
5 changed files with 36 additions and 18 deletions

View file

@ -175,7 +175,9 @@ export default class ColumnHeader extends React.PureComponent {
<div className={wrapperClassName}>
<h1 tabIndex={focusable ? 0 : null} role='button' className={buttonClassName} aria-label={title} onClick={this.handleTitleClick}>
<i className={`fa fa-fw fa-${icon} column-header__icon`} />
{title}
<span className='column-header__title'>
{title}
</span>
<div className='column-header__buttons'>
{backButton}
{ notifCleaning ? (