fix: getExternalCryptoCode -> getEquivalentCode
This commit is contained in:
parent
241ce5ef54
commit
c8d2a3d7c2
3 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ const ChooseTicker = ({ data: currentData, addData }) => {
|
|||
const accounts = data?.accounts ?? []
|
||||
const accountsConfig = data?.accountsConfig ?? []
|
||||
|
||||
const coin = coinUtils.getExternalCryptoCode(currentData.coin)
|
||||
const coin = coinUtils.getEquivalentCode(currentData.coin)
|
||||
const tickers = getItems(accountsConfig, accounts, 'ticker', coin)
|
||||
|
||||
const submit = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue