diff --git a/ibc.html b/ibc.html index 728aea5..8c31645 100644 --- a/ibc.html +++ b/ibc.html @@ -133,7 +133,7 @@

IBC DEMO

fetchProgress+=50; $('.progressDiv').last().html(fetchProgress+"%"); let groupedResults = []; - while(initialResults.length > 2) groupedResults.push(initialResults.splice(0, 2)); + while(initialResults.length >= 2) groupedResults.push(initialResults.splice(0, 2)); let tokenPromises = [] for (var result of groupedResults){ const global = result[0][0];