File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ const tempStore = create(
426
426
if ( environment === 'bitshares' ) {
427
427
cachedAssets = assetBitshares && assetBitshares . length ? assetBitshares : [ ] ;
428
428
nonNFTs = nonNFTBitshares && nonNFTBitshares . length ? nonNFTBitshares : [ ] ;
429
- } else if ( environment === 'bitshares_testnet' && bitshares_testnet && bitshares_testnet . length ) {
429
+ } else if ( environment === 'bitshares_testnet' && assetBitsharesTestnet || nonNFTBitsharesTestnet ) {
430
430
cachedAssets = assetBitsharesTestnet && assetBitsharesTestnet . length ? assetBitsharesTestnet : [ ] ;
431
431
nonNFTs = nonNFTBitsharesTestnet && nonNFTBitsharesTestnet . length ? nonNFTBitsharesTestnet : [ ] ;
432
432
}
@@ -485,7 +485,7 @@ const tempStore = create(
485
485
nonNFTs = nonNFTBitshares && nonNFTBitshares . length
486
486
? nonNFTBitshares
487
487
: [ ] ;
488
- } else if ( environment === 'bitshares_testnet' && bitshares_testnet && bitshares_testnet . length ) {
488
+ } else if ( environment === 'bitshares_testnet' && assetBitsharesTestnet || nonNFTBitsharesTestnet ) {
489
489
cachedAssets = assetBitsharesTestnet && assetBitsharesTestnet . length
490
490
? assetBitsharesTestnet
491
491
: [ ] ;
You can’t perform that action at this time.
0 commit comments