diff --git a/apps/web/src/app/create/worksheets/addition/components/ConfigPanel.tsx b/apps/web/src/app/create/worksheets/addition/components/ConfigPanel.tsx index 936f42a2..a54e213a 100644 --- a/apps/web/src/app/create/worksheets/addition/components/ConfigPanel.tsx +++ b/apps/web/src/app/create/worksheets/addition/components/ConfigPanel.tsx @@ -2361,16 +2361,16 @@ export function ConfigPanel({ formState, onChange }: ConfigPanelProps) { ? 'Help students track regrouping (carrying in addition, borrowing in subtraction)' : 'Help students track regrouping during addition' } - > - {(formState.operator === 'subtraction' || formState.operator === 'mixed') && ( - onChange({ showBorrowNotation: !checked })} - label="Hide Borrowed 10s Box" - parentEnabled={formState.showCarryBoxes ?? true} - /> - )} - + /> + + {(formState.operator === 'subtraction' || formState.operator === 'mixed') && ( + onChange({ showBorrowNotation: checked })} + label="Borrowed 10s Box" + description="Box for adding 10 to borrowing digit" + /> + )}