Skip to content

Commit bbfed35

Browse files
committed
Merge branch 'staging'
2 parents befb9d5 + 2a49ca4 commit bbfed35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/common/gatewayUtils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function getAssetAndGateway(symbol) {
5252

5353
export function updateGatewayBackers(chain = "4018d784") {
5454
// Only fetch this when on desired chain, default to main chain
55-
if (!Apis.instance.chain_id) return;
55+
if (!Apis.instance().chain_id) return;
5656
if (Apis.instance().chain_id.substr(0, 8) === chain) {
5757
// BlockTrades
5858
GatewayActions.fetchPairs.defer();

0 commit comments

Comments
 (0)