Skip to content

Commit

Permalink
[AMSA-chore] fix adding new Admob account
Browse files Browse the repository at this point in the history
  • Loading branch information
NaLLiFFuNT committed Apr 25, 2019
1 parent deb4f3c commit 27cc66b
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 27cc66b

Please sign in to comment.