fix spot market price chart

This commit is contained in:
saml33 2023-01-07 22:14:06 +11:00
parent adac9591b5
commit ce0acbf892
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const SpotMarketsTable = () => {
const coingeckoData = coingeckoPrices.find((asset) =>
bank?.name === 'soETH'
? asset.symbol === 'ETH'
: asset.symbol === bank?.name
: asset.symbol.toUpperCase() === bank?.name.toUpperCase()
)
const change = coingeckoData