Merge pull request #2149 from lbryio/fix-fetchrewards

fix: missing fetchRewards
This commit is contained in:
Sean Yesmunt 2018-12-18 10:52:44 -05:00 committed by GitHub
commit 3f6d71f9cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ class DiscoverPage extends React.PureComponent<Props> {
}
componentWillMount() {
const { fetchFeaturedUris, fetchRewardedContent } = this.props;
const { fetchFeaturedUris, fetchRewardedContent, fetchRewards } = this.props;
fetchFeaturedUris();
fetchRewardedContent();