Skip to content

Commit

Permalink
Update expression-editor.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
anakaren-rojas authored Dec 19, 2024
1 parent e6e8708 commit 73fa4c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/perseus-editor/src/widgets/expression-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ class ExpressionEditor extends React.Component<Props, State> {
handleRemoveForm: (answerKey: number) => void = (i) => {
const answerForms = this.props.answerForms.slice();
answerForms.splice(i, 1);

this.change({answerForms});
};

Expand Down

0 comments on commit 73fa4c7

Please sign in to comment.