@@ -64,7 +64,7 @@ const Column = React.createClass({
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
      <div className='column' onWheel={this.handleWheel}>
 | 
			
		||||
      <div role='section' className='column' onWheel={this.handleWheel}>
 | 
			
		||||
        {header}
 | 
			
		||||
        {children}
 | 
			
		||||
      </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -25,7 +25,7 @@ const ColumnHeader = React.createClass({
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
      <div className={`column-header ${active ? 'active' : ''}`} onClick={this.handleClick}>
 | 
			
		||||
      <div aria-label={type} className={`column-header ${active ? 'active' : ''}`} onClick={this.handleClick}>
 | 
			
		||||
        {icon}
 | 
			
		||||
        {type}
 | 
			
		||||
      </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user