From ec745fe66464c38abf7e31f91352b0e2149ee593 Mon Sep 17 00:00:00 2001 From: Tamara Date: Fri, 7 Feb 2025 11:58:36 -0600 Subject: [PATCH] [tb/LEMS-2846/update-sorter] Test shorten comment to fix error --- packages/perseus/src/widgets/sorter/sorter.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/perseus/src/widgets/sorter/sorter.tsx b/packages/perseus/src/widgets/sorter/sorter.tsx index 4baf1df7d7..1f72ad0813 100644 --- a/packages/perseus/src/widgets/sorter/sorter.tsx +++ b/packages/perseus/src/widgets/sorter/sorter.tsx @@ -106,8 +106,7 @@ class Sorter extends React.Component implements Widget { /* TODO(LEMS-2841): Remove client-side shuffle once receiving public options. The correct field will already be shuffled. Probably easiest to replace "options" with "this.props.correct" when - setting up Sortable below and remove this assignment to "options". - Or use the assignment to rename for clarity. + setting up Sortable below. Or use the assignment to rename for clarity. */ const options = shuffle( this.props.correct,