Skip to content

Commit

Permalink
Fix menu items that don't action (mastodon#10379)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaeh authored and hiyuki2578 committed Oct 2, 2019
1 parent 341f6f2 commit c7ff0f3
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>

Expand Down

0 comments on commit c7ff0f3

Please sign in to comment.