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

[ghostery-rewards] New Opt-in for Ghostery #427

Closed
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

M20-51: by default show card instead of hot-dog
  • Loading branch information
Aleksandr Panin
Aleksandr Panin committed Jul 26, 2019
commit 2324a21669b4d077a8420a3f7ff498e730a4da7f
@@ -105,7 +105,7 @@ class RewardsApp {
exact
path="/"
render={
() => <HotDog reward={props.reward} port={this.port} actions={props.actions} />
() => <OfferCard reward={props.reward} conf={props.conf} port={this.port} actions={props.actions} />
}
/>
<Route
ProTip! Use n and p to navigate between commits in a pull request.