market order validity fix

This commit is contained in:
Tim
2024-04-29 16:35:37 -04:00
parent ffc4384315
commit 3da897ca38
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export function newBuilder( component, options = {}) {
const id = uuid()
return {
id, component, options,
allocation: 1.0, points: {}, shapes: {}, props: {}, valid: false,
allocation: 1.0, points: {}, shapes: {}, props: {}
}
}