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 {
20
20
import { getModuleType , THERMOCYCLER_MODULE_TYPE } from '@opentrons/shared-data'
21
21
22
22
import { SmallButton } from '/app/atoms/buttons'
23
+ import { getStandardDeckViewLayerBlockList } from '/app/local-resources/deck_configuration/getStandardDeckViewLayerBlockList'
23
24
import { NeedHelpLink } from '/app/molecules/OT2CalibrationNeedHelpLink'
24
25
import { getIsOnDevice } from '/app/redux/config'
25
26
import { useNotifyDeckConfigurationQuery } from '/app/resources/deck_configuration'
@@ -104,6 +105,7 @@ export const PrepareSpace = (props: PrepareSpaceProps): JSX.Element | null => {
104
105
>
105
106
< BaseDeck
106
107
robotType = { robotType }
108
+ deckLayerBlocklist = { getStandardDeckViewLayerBlockList ( robotType ) }
107
109
modulesOnDeck = { protocolData . modules . map ( mod => ( {
108
110
moduleModel : mod . model ,
109
111
moduleLocation : mod . location ,
You can’t perform that action at this time.
0 commit comments