Skip to content

Commit

Permalink
Merge pull request #44 from appodeal/develop
Browse files Browse the repository at this point in the history
[AMSA-chore] fix adding new Admob account
  • Loading branch information
NaLLiFFuNT authored Apr 25, 2019
2 parents d4049b2 + 27cc66b commit 733fa75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@ export class Store {
this.appodealAccounts = accounts;
if (!this.state.selectedAppodealAccount) {
this.selectAppodealAccount(updatedAccounts[0] || null);
} else {
this.selectAppodealAccount(this.state.selectedAppodealAccount);
}

return accounts;
});
}
Expand Down

0 comments on commit 733fa75

Please sign in to comment.