diff --git a/app/src/organisms/InterventionModal/MoveLabwareInterventionContent.tsx b/app/src/organisms/InterventionModal/MoveLabwareInterventionContent.tsx index b940cee7f3d..a14c65fa036 100644 --- a/app/src/organisms/InterventionModal/MoveLabwareInterventionContent.tsx +++ b/app/src/organisms/InterventionModal/MoveLabwareInterventionContent.tsx @@ -22,13 +22,14 @@ import { TYPOGRAPHY, } from '@opentrons/components' import { + getDeckDefFromRobotType, + getLoadedLabwareDefinitionsByUri, + getModuleType, + inferModuleOrientationFromXCoordinate, OT2_ROBOT_TYPE, TC_MODULE_LOCATION_OT2, TC_MODULE_LOCATION_OT3, THERMOCYCLER_MODULE_TYPE, - getDeckDefFromRobotType, - getLoadedLabwareDefinitionsByUri, - getModuleType, } from '@opentrons/shared-data' import { @@ -213,7 +214,13 @@ export function MoveLabwareInterventionContent({ nestedLabwareDef, nestedLabwareId, }) => ( - + {nestedLabwareDef != null && nestedLabwareId !== command.params.labwareId ? (