Fix case where boolean was passed to onFilter on StatusActionBar (#18923)
This commit is contained in:
		
					parent
					
						
							
								af9c9936dd
							
						
					
				
			
			
				commit
				
					
						66b8abf218
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -516,7 +516,7 @@ class Status extends ImmutablePureComponent { | |||
| 
 | ||||
|             {media} | ||||
| 
 | ||||
|             <StatusActionBar scrollKey={scrollKey} status={status} account={account} onFilter={matchedFilters && this.handleFilterClick} {...other} /> | ||||
|             <StatusActionBar scrollKey={scrollKey} status={status} account={account} onFilter={matchedFilters ? this.handleFilterClick : null} {...other} /> | ||||
|           </div> | ||||
|         </div> | ||||
|       </HotKeys> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue