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:
Thomas Zarebczan 2018-12-17 14:53:59 -05:00
parent ab7df057fb
commit e616cad1eb

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();