Skip to content

Commit db18989

Browse files
committed
Fix linting
1 parent 6171099 commit db18989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/organisms/InterventionModal/MoveLabwareInterventionContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function MoveLabwareInterventionContent({
4949
robotType,
5050
isOnDevice,
5151
}: MoveLabwareInterventionProps): JSX.Element | null {
52-
const { i18n, t } = useTranslation('protocol_command_text')
52+
const { t } = useTranslation('protocol_command_text')
5353

5454
const analysisCommands = analysis?.commands ?? []
5555
const labwareDefsByUri = getLoadedLabwareDefinitionsByUri(analysisCommands)

0 commit comments

Comments
 (0)