File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/src/organisms/LegacyLabwarePositionCheck Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import {
2020import { getModuleType , THERMOCYCLER_MODULE_TYPE } from '@opentrons/shared-data'
2121
2222import { SmallButton } from '/app/atoms/buttons'
23+ import { getStandardDeckViewLayerBlockList } from '/app/local-resources/deck_configuration/getStandardDeckViewLayerBlockList'
2324import { NeedHelpLink } from '/app/molecules/OT2CalibrationNeedHelpLink'
2425import { getIsOnDevice } from '/app/redux/config'
2526import { useNotifyDeckConfigurationQuery } from '/app/resources/deck_configuration'
@@ -104,6 +105,7 @@ export const PrepareSpace = (props: PrepareSpaceProps): JSX.Element | null => {
104105 >
105106 < BaseDeck
106107 robotType = { robotType }
108+ deckLayerBlocklist = { getStandardDeckViewLayerBlockList ( robotType ) }
107109 modulesOnDeck = { protocolData . modules . map ( mod => ( {
108110 moduleModel : mod . model ,
109111 moduleLocation : mod . location ,
You can’t perform that action at this time.
0 commit comments