From 49fd98b0149851a98ed2f7fba7191abcb78a8995 Mon Sep 17 00:00:00 2001 From: Jethary Rader <66035149+jerader@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:02:18 -0400 Subject: [PATCH] feat(protocol-designer): wire up thermocycler slots in DeckLocationSelect (#13841) closes RAUT-760 --- .../src/components/modals/EditModulesModal/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol-designer/src/components/modals/EditModulesModal/index.tsx b/protocol-designer/src/components/modals/EditModulesModal/index.tsx index 437f4501908..a3383b07b75 100644 --- a/protocol-designer/src/components/modals/EditModulesModal/index.tsx +++ b/protocol-designer/src/components/modals/EditModulesModal/index.tsx @@ -382,6 +382,7 @@ const EditModulesModalComponent = ( deckDef={flexDeck} selectedLocation={{ slotName: field.value }} theme="grey" + isThermocycler={moduleType === THERMOCYCLER_MODULE_TYPE} /> )}