bridge_ui: show eth tokens that don't have symbols

Change-Id: I288583feb460e766b078e2a2477d2ce82bd3213d
This commit is contained in:
Evan Gray 2021-09-20 10:39:05 -04:00
parent 0453eccdbf
commit af4fdbf1a1
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ const getEthereumAccountsCovalent = async (
// TODO: filter? // TODO: filter?
if ( if (
item.contract_decimals !== undefined && item.contract_decimals !== undefined &&
item.contract_ticker_symbol &&
item.contract_address && item.contract_address &&
item.balance && item.balance &&
item.balance !== "0" && item.balance !== "0" &&