allocationText fix

This commit is contained in:
tim
2025-03-10 21:12:52 -04:00
parent ebf70dd10c
commit b2ed48492b
8 changed files with 25 additions and 13 deletions

View File

@@ -330,6 +330,7 @@ function makeModel(index) {
allocation: alloc,
maxAllocation: Math.max(...weights.value),
amount: props.order.amount * alloc,
baseSymbol: co.selectedSymbol.base.s,
amountSymbol: amountSymbol.value,
textLocation: above ? 'above' : 'below',
breakout: props.builder.breakout,