Skip to content

Commit

Permalink
[tb/LEMS-2846/update-sorter] Try other comment type to see if fixes e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
Myranae committed Feb 7, 2025
1 parent ec745fe commit 29781e6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/perseus/src/widgets/sorter/sorter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,10 @@ class Sorter extends React.Component<Props, State> 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,
Expand Down

0 comments on commit 29781e6

Please sign in to comment.