Skip to content

Commit 69af125

Browse files
committed
fix lint errors
1 parent d380819 commit 69af125

File tree

1 file changed

+0
-7
lines changed
  • app/src/organisms/Desktop/ProtocolVisualization/SlotDetails

1 file changed

+0
-7
lines changed

app/src/organisms/Desktop/ProtocolVisualization/SlotDetails/index.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
import { useTranslation } from 'react-i18next'
2-
3-
import {
4-
MODULE_ICON_NAME_BY_TYPE,
5-
RobotInfoLabel,
6-
} from '@opentrons/components'
71
import { getIsTiprack } from '@opentrons/shared-data'
82
import { 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

0 commit comments

Comments
 (0)