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 4adb604 commit 887f029Copy full SHA for 887f029
app/src/organisms/InterventionModal/MoveLabwareInterventionContent.tsx
@@ -47,7 +47,7 @@ export function MoveLabwareInterventionContent({
47
robotType,
48
isOnDevice,
49
}: MoveLabwareInterventionProps): JSX.Element | null {
50
- const { i18n, t } = useTranslation('protocol_command_text')
+ const { t } = useTranslation('protocol_command_text')
51
52
const analysisCommands = analysis?.commands ?? []
53
const labwareDefsByUri = getLoadedLabwareDefinitionsByUri(analysisCommands)
0 commit comments