diff --git a/packages/perseus/src/widgets/sorter/sorter.tsx b/packages/perseus/src/widgets/sorter/sorter.tsx index 1f72ad0813..47a7e60533 100644 --- a/packages/perseus/src/widgets/sorter/sorter.tsx +++ b/packages/perseus/src/widgets/sorter/sorter.tsx @@ -103,11 +103,10 @@ class Sorter extends React.Component implements Widget { }; render(): React.ReactNode { - /* 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. Or use the assignment to rename for clarity. - */ + // 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. Or use the assignment to rename for clarity. const options = shuffle( this.props.correct, this.props.problemNum as number,