forked from cybrespace/mastodon
		
	
							parent
							
								
									8b74aa4217
								
							
						
					
					
						commit
						1467515d3d
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -64,7 +64,7 @@ const Column = React.createClass({
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className='column' onWheel={this.handleWheel}>
 | 
					      <div role='section' className='column' onWheel={this.handleWheel}>
 | 
				
			||||||
        {header}
 | 
					        {header}
 | 
				
			||||||
        {children}
 | 
					        {children}
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,7 +25,7 @@ const ColumnHeader = React.createClass({
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className={`column-header ${active ? 'active' : ''}`} onClick={this.handleClick}>
 | 
					      <div aria-label={type} className={`column-header ${active ? 'active' : ''}`} onClick={this.handleClick}>
 | 
				
			||||||
        {icon}
 | 
					        {icon}
 | 
				
			||||||
        {type}
 | 
					        {type}
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue