We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6171099 commit db18989Copy full SHA for db18989
app/src/organisms/InterventionModal/MoveLabwareInterventionContent.tsx
@@ -49,7 +49,7 @@ export function MoveLabwareInterventionContent({
49
robotType,
50
isOnDevice,
51
}: MoveLabwareInterventionProps): JSX.Element | null {
52
- const { i18n, t } = useTranslation('protocol_command_text')
+ const { t } = useTranslation('protocol_command_text')
53
54
const analysisCommands = analysis?.commands ?? []
55
const labwareDefsByUri = getLoadedLabwareDefinitionsByUri(analysisCommands)
0 commit comments