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

GH-2051: Update (remove) In-App Plus/Premium pricing #547

Merged
merged 7 commits into from May 20, 2020

Remove newline

  • Loading branch information
benstrumeyer committed May 13, 2020
commit 565677cfa94337246aaf965a85139ac079c090d2
@@ -41,7 +41,6 @@ export function toggleOffersEnabled(enabled) {
};
}


// TODO the reducer calls getRewardMessage
// determine whether it would be better to simply call getRewardMessage directly where sendSignal is called
// (both since reducers are not supposed to have side effects and also because...why the extra complexity?)
ProTip! Use n and p to navigate between commits in a pull request.