Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix hotdog signals #73

Merged
merged 4 commits into from May 23, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

lint
  • Loading branch information
trickpattyFH20 committed May 22, 2018
commit 0ac86ddfa89f871e7650d31d6a2be3cf1e0e492b
@@ -255,7 +255,7 @@ class OfferCard extends Component {
{ this.state.showSettings &&
<div className="rewards-settings-container">
<ClickOutside excludeEl={this.kebabRef} onClickOutside={this.toggleSettings}>
<Settings signal={() => { this.sendSignal('about_ghostery_rewards') }} disable={this.disableRewardsNotification} />
<Settings signal={() => { this.sendSignal('about_ghostery_rewards'); }} disable={this.disableRewardsNotification} />
</ClickOutside>
</div>
}
ProTip! Use n and p to navigate between commits in a pull request.