Commit 08eae31a authored by 1486327116's avatar 1486327116

update

parent 9470f973
...@@ -140,7 +140,9 @@ export async function chainList() { ...@@ -140,7 +140,9 @@ export async function chainList() {
let chains:any[] = []; let chains:any[] = [];
for (let item of resList) { for (let item of resList) {
let chainType = item.chain_type; let chainType = item.chain_type;
chains.push(chainType) if (chainType) {
chains.push(chainType);
}
} }
return chains; return chains;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment