Skip to content

Commit 887f029

Browse files
smb2268ahiuchingau
authored andcommitted
Fix linting
1 parent 4adb604 commit 887f029

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
@@ -47,7 +47,7 @@ export function MoveLabwareInterventionContent({
4747
robotType,
4848
isOnDevice,
4949
}: MoveLabwareInterventionProps): JSX.Element | null {
50-
const { i18n, t } = useTranslation('protocol_command_text')
50+
const { t } = useTranslation('protocol_command_text')
5151

5252
const analysisCommands = analysis?.commands ?? []
5353
const labwareDefsByUri = getLoadedLabwareDefinitionsByUri(analysisCommands)

0 commit comments

Comments
 (0)