We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a82379 commit 0da3190Copy full SHA for 0da3190
src/bonsai/calculators/configs.ts
@@ -74,7 +74,7 @@ export function calculateEquityTiers(
74
75
const statefuls = payload.statefulOrderEquityTiers;
76
const statefulOrderEquityTiers: EquityTierSummary[] = statefuls
77
- .map((cur, index) => createEquityTier(cur, shortTerms[index + 1]))
+ .map((cur, index) => createEquityTier(cur, statefuls[index + 1]))
78
.filter(isTruthy);
79
80
return {
0 commit comments