Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 06d5da7

Browse files
author
Aaron
authored
Merge pull request #2480 from binary-com/dev
dev to beta
2 parents bdd2bb8 + 4586453 commit 06d5da7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/botPage/bot/TradeEngine/Proposal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default Engine =>
129129
checkProposalReady() {
130130
const proposals = this.data.get('proposals');
131131

132-
if (proposals && proposals.size) {
132+
if (proposals && proposals.size === this.proposalTemplates.length) {
133133
const isSameWithTemplate = this.proposalTemplates.every(p =>
134134
this.data.hasIn(['proposals', p.passthrough.uuid])
135135
);

0 commit comments

Comments
 (0)