Merge pull request #2149 from lbryio/fix-fetchrewards
fix: missing fetchRewards
This commit is contained in:
commit
3f6d71f9cb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class DiscoverPage extends React.PureComponent<Props> {
|
|||
}
|
||||
|
||||
componentWillMount() {
|
||||
const { fetchFeaturedUris, fetchRewardedContent } = this.props;
|
||||
const { fetchFeaturedUris, fetchRewardedContent, fetchRewards } = this.props;
|
||||
fetchFeaturedUris();
|
||||
fetchRewardedContent();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue