Skip to content

Commit

Permalink
removed line that was added from earlier merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aduques committed Nov 25, 2024
1 parent 0750920 commit c2cdc43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/app/components/unit/EditUnitModalComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ export default function EditUnitModalComponent(props: EditUnitModalComponentProp


// Save our changes by dispatching the submitEditedUnit mutation
submitEditedUnit({ editedUnit: submitState, shouldRedoCik, shouldRefreshReadingViews })
submitEditedUnit({ editedUnit: submitState, shouldRedoCik, shouldRefreshReadingViews })
.unwrap()
.then(() => {
Expand Down

0 comments on commit c2cdc43

Please sign in to comment.