Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Sep 25, 2023
1 parent 839ccb2 commit fc1e4c8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ const mapDispatchToProps = (
): DP => ({
editLiquids: () =>
dispatch(openIngredientSelector(ownProps.labwareEntity.id)),
duplicateLabware: () => dispatch(duplicateLabware(ownProps.labwareEntity.id)),
duplicateLabware: () =>
dispatch(

Check warning on line 133 in protocol-designer/src/components/DeckSetup/LabwareOverlays/EditLabwareOffDeck.tsx

View check run for this annotation

Codecov / codecov/patch

protocol-designer/src/components/DeckSetup/LabwareOverlays/EditLabwareOffDeck.tsx#L133

Added line #L133 was not covered by tests
duplicateLabware({ templateLabwareId: ownProps.labwareEntity.id })
),
deleteLabware: () => {
window.confirm(
`Are you sure you want to permanently delete this ${getLabwareDisplayName(
Expand Down

0 comments on commit fc1e4c8

Please sign in to comment.