Skip to content

Commit b25c7db

Browse files
authored
fix(app): fix trash bin in LPC wizard of OT-2 (#19731)
* fix(app): fix trash bin in LPC wizard of OT-2
1 parent 95a88f7 commit b25c7db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/organisms/LegacyLabwarePositionCheck/PrepareSpace.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import {
2020
import { getModuleType, THERMOCYCLER_MODULE_TYPE } from '@opentrons/shared-data'
2121

2222
import { SmallButton } from '/app/atoms/buttons'
23+
import { getStandardDeckViewLayerBlockList } from '/app/local-resources/deck_configuration/getStandardDeckViewLayerBlockList'
2324
import { NeedHelpLink } from '/app/molecules/OT2CalibrationNeedHelpLink'
2425
import { getIsOnDevice } from '/app/redux/config'
2526
import { 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,

0 commit comments

Comments
 (0)