From 2a49ca42644fe8ebdf56c9c29b47946e7afb868e Mon Sep 17 00:00:00 2001 From: Sigve Kvalsvik Date: Wed, 18 Apr 2018 21:00:51 +0200 Subject: [PATCH] Fix gatewayUtils typo --- app/lib/common/gatewayUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/common/gatewayUtils.js b/app/lib/common/gatewayUtils.js index da93031efa..2e2fd9b4da 100644 --- a/app/lib/common/gatewayUtils.js +++ b/app/lib/common/gatewayUtils.js @@ -52,7 +52,7 @@ export function getAssetAndGateway(symbol) { export function updateGatewayBackers(chain = "4018d784") { // Only fetch this when on desired chain, default to main chain - if (!Apis.instance.chain_id) return; + if (!Apis.instance().chain_id) return; if (Apis.instance().chain_id.substr(0, 8) === chain) { // BlockTrades GatewayActions.fetchPairs.defer();