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

feature/reward signal hotfix #111

Merged
merged 6 commits into from Jun 22, 2018
Merged
Prev
Merge branch 'develop' into feature/reward-signal-hotfix
  • Loading branch information
trickpattyFH20 committed Jun 22, 2018
commit 6db7d074dc2693b2eff4d17b7843eeb2f3b4f7a6
@@ -131,9 +131,8 @@ class OfferCard extends Component {
}

disableRewards() {
this.props.actions.sendSignal('rewards_off', false);
sendMessage('ping', 'rewards_off');
this.props.actions.messageBackground('rewardsDisabled');
this.props.actions.sendSignal('rewards_off', null, false);
}

disableRewardsNotification() {
You are viewing a condensed version of this merge commit. You can view the full changes here.
ProTip! Use n and p to navigate between commits in a pull request.