Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Apr 18, 2018
2 parents befb9d5 + 2a49ca4 commit bbfed35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/common/gatewayUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bbfed35

Please sign in to comment.