Merge pull request #1410 from 0xProject/fix/instant/zero-quote
[instant] Don't update heartbeat if amount is 0
This commit is contained in:
commit
0f8acedf02
@ -97,6 +97,7 @@ export const asyncData = {
|
|||||||
if (
|
if (
|
||||||
!_.isUndefined(selectedAssetUnitAmount) &&
|
!_.isUndefined(selectedAssetUnitAmount) &&
|
||||||
!_.isUndefined(selectedAsset) &&
|
!_.isUndefined(selectedAsset) &&
|
||||||
|
selectedAssetUnitAmount.greaterThan(BIG_NUMBER_ZERO) &&
|
||||||
buyOrderState.processState === OrderProcessState.None &&
|
buyOrderState.processState === OrderProcessState.None &&
|
||||||
selectedAsset.metaData.assetProxyId === AssetProxyId.ERC20
|
selectedAsset.metaData.assetProxyId === AssetProxyId.ERC20
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user