Skip to content

Commit

Permalink
Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Jul 6, 2021
1 parent 732f4c5 commit 447a14a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class TokenInfoStore extends Store<StoresMap, ActionsMap> {
super.setup();
this.tokenInfo = new Map();
// the Ergo connector doesn't have this action
if (this.actions.wallets?.setActiveWallet) {
if (this.actions.wallets.setActiveWallet) {
this.actions.wallets.setActiveWallet.listen(
wallet => { this._fetchMissingTokenInfo(wallet) }
);
Expand Down

0 comments on commit 447a14a

Please sign in to comment.