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/rewards integration #71

Merged
remove unnecessary panel data
  • Loading branch information
trickpattyFH20 committed May 21, 2018
commit 786326b1fc6c0934535798deb083b380ccd9c983
@@ -246,7 +246,6 @@ class PanelData {
enable_offers: this._confData.get('enable_offers'),
rewards: rewards.storedOffers,
unread_offer_ids: rewards.unreadOfferIds,
total_offers_seen: rewards.totalOffersSeen,
};
return this._rewardsView;
}
ProTip! Use n and p to navigate between commits in a pull request.