Skip to content

Commit

Permalink
Merge pull request #2263 from brave/fix-4154
Browse files Browse the repository at this point in the history
Fix Shows supported region correctly for Ads on first load after upgrade.
  • Loading branch information
ryanml authored and tmancey committed Apr 18, 2019
1 parent dd379de commit c6a3450
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ class SettingsPage extends React.Component<Props, {}> {

if (this.props.rewardsData.firstLoad === false) {
this.refreshActions()
} else {
this.actions.getAdsData()
}

this.actions.checkImported()
this.actions.getGrants()
this.actions.getRewardsMainEnabled()
Expand Down

0 comments on commit c6a3450

Please sign in to comment.