diff --git a/apps/web/src/app/create/worksheets/typstGenerator.ts b/apps/web/src/app/create/worksheets/typstGenerator.ts index be0f5321..2e57c0ed 100644 --- a/apps/web/src/app/create/worksheets/typstGenerator.ts +++ b/apps/web/src/app/create/worksheets/typstGenerator.ts @@ -218,7 +218,7 @@ ${generateSubtractionProblemStackFunction(cellSize, maxDigits)} } else { subtraction-problem-stack( problem.minuend, problem.subtrahend, index, - problem.showBorrowNotation, // show-borrows (whether to show borrow boxes) + problem.showCarryBoxes, // show-borrows (whether to show borrow boxes) problem.showAnswerBoxes, problem.showPlaceValueColors, problem.showTenFrames,