From 4f67c98c3a53b11d825dabfe5932752b0d3d3bad Mon Sep 17 00:00:00 2001 From: Brent Hagen Date: Wed, 5 Jul 2023 14:55:45 -0400 Subject: [PATCH] feat(protocol-designer): add flex slot labels to protocol designer deck map adds flex slot labels to protocol designer deck setup map closes RAUT-526 --- .../src/components/DeckSetup/index.tsx | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/protocol-designer/src/components/DeckSetup/index.tsx b/protocol-designer/src/components/DeckSetup/index.tsx index 1b3d5c35652..fb475cc683e 100644 --- a/protocol-designer/src/components/DeckSetup/index.tsx +++ b/protocol-designer/src/components/DeckSetup/index.tsx @@ -11,6 +11,7 @@ import { TEXT_TRANSFORM_UPPERCASE, RobotWorkSpaceRenderProps, Module, + SlotLabels, } from '@opentrons/components' import { MODULES_WITH_COLLISION_ISSUES, @@ -457,17 +458,20 @@ export const DeckSetup = (): JSX.Element => { height="100%" > {({ deckSlotsById, getRobotCoordsFromDOMCoords }) => ( - + <> + + + )}