[Glitch] Fix menu items that don't action
Port 798d9a6b4a to glitch-soc
			
			
This commit is contained in:
		
							parent
							
								
									cfbadfa392
								
							
						
					
					
						commit
						a338bde550
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -99,6 +99,15 @@ export default class Header extends ImmutablePureComponent { | |||
|           account={account} | ||||
|           onFollow={this.handleFollow} | ||||
|           onBlock={this.handleBlock} | ||||
|           onMention={this.handleMention} | ||||
|           onDirect={this.handleDirect} | ||||
|           onReblogToggle={this.handleReblogToggle} | ||||
|           onReport={this.handleReport} | ||||
|           onMute={this.handleMute} | ||||
|           onBlockDomain={this.handleBlockDomain} | ||||
|           onUnblockDomain={this.handleUnblockDomain} | ||||
|           onEndorseToggle={this.handleEndorseToggle} | ||||
|           onAddToList={this.handleAddToList} | ||||
|           domain={this.props.domain} | ||||
|         /> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue