fix: missing fetchRewards
This was a patched last week to ensure new rewards are fetched continuously (mostly for LBRYCast) if the app is left open. Forgot to add this statement to the props.
This commit is contained in:
parent
ab7df057fb
commit
e616cad1eb
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…
Reference in a new issue