Skip to content

Commit

Permalink
[tb/LEMS-2846/update-sorter] Test shorten comment to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Myranae committed Feb 7, 2025
1 parent ee9659e commit ec745fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/perseus/src/widgets/sorter/sorter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ class Sorter extends React.Component<Props, State> 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,
Expand Down

0 comments on commit ec745fe

Please sign in to comment.