From ea7d64b56f186796a0d877ef52ef1db7117cfae3 Mon Sep 17 00:00:00 2001 From: Jethary Alcid <66035149+jerader@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:04:17 -0500 Subject: [PATCH] =?UTF-8?q?fix(protocol-designer):=20moving=20labware=20in?= =?UTF-8?q?to=20waste=20chute=20step=20summary=20=E2=80=A6=20(#17194)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …copy fix closes RQA-3769 --- .../src/pages/Designer/ProtocolSteps/StepSummary.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/protocol-designer/src/pages/Designer/ProtocolSteps/StepSummary.tsx b/protocol-designer/src/pages/Designer/ProtocolSteps/StepSummary.tsx index f97d73e469f..8a1ef638651 100644 --- a/protocol-designer/src/pages/Designer/ProtocolSteps/StepSummary.tsx +++ b/protocol-designer/src/pages/Designer/ProtocolSteps/StepSummary.tsx @@ -12,7 +12,10 @@ import { StyledText, Tag, } from '@opentrons/components' -import { getModuleDisplayName } from '@opentrons/shared-data' +import { + WASTE_CHUTE_CUTOUT, + getModuleDisplayName, +} from '@opentrons/shared-data' import { getAdditionalEquipmentEntities, getLabwareEntities, @@ -285,6 +288,8 @@ export function StepSummary(props: StepSummaryProps): JSX.Element | null { newLocationName = labwareNicknamesById[newLocation] } else if (newLocation === 'offDeck') { newLocationName = t('off_deck') + } else if (newLocation === WASTE_CHUTE_CUTOUT) { + newLocationName = t('shared:wasteChute') } stepSummaryContent = (