Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Jan 27, 2025
1 parent 1787fa5 commit 9ec07e0
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ export function SelectFixtures(props: WizardTileProps): JSX.Element | null {
subHeader={t('fixtures_replace')}
disabled={!hasTrash}
goBack={() => {
// Note this is avoid the following case issue.
// https://github.com/Opentrons/opentrons/pull/17344#pullrequestreview-2576591908
setValue(
'additionalEquipment',
additionalEquipment.filter(
ae => ae === 'gripper' || ae === 'trashBin'
)
)

goBack(1)
}}
proceed={handleProceed}
Expand Down

0 comments on commit 9ec07e0

Please sign in to comment.