File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
app/src/organisms/Desktop/ProtocolVisualization/SlotDetails Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1- import { useTranslation } from 'react-i18next'
2-
3- import {
4- MODULE_ICON_NAME_BY_TYPE ,
5- RobotInfoLabel ,
6- } from '@opentrons/components'
71import { getIsTiprack } from '@opentrons/shared-data'
82import { getFullStackFromLabwares } from '@opentrons/step-generation'
93
@@ -42,7 +36,6 @@ export function SlotDetails(props: SlotDetailsProps): JSX.Element {
4236 pipetteEntities,
4337 } = invariantContext
4438 const { commands } = analysis
45- const { t } = useTranslation ( 'protocol_visualization' )
4639 const stackOfLabwareOnSlot = getFullStackFromLabwares ( labware , slotId )
4740 const moduleOnSlot = Object . entries ( modules ) . find (
4841 ( [ id , module ] ) => module . slot === slotId
You can’t perform that action at this time.
0 commit comments