Fix wrong method calling

This commit is contained in:
Bubka 2020-11-13 23:25:38 +01:00
parent 623faad427
commit 886d5a5e22

View File

@ -321,7 +321,7 @@
this.selectedAccounts.push(account.id)
}
else {
this.$refs.TokenDisplayer.showAccount(account.id)
this.$refs.TokenDisplayer.getToken(account.id)
}
},