Skip to content
Snippets Groups Projects
Commit 186f7bcb authored by mayaeh's avatar mayaeh Committed by Eugen Rochko
Browse files

Fix menu items that don't action (#10379)

parent e1179643
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,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}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment