We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75bbc6 commit 6a808e8Copy full SHA for 6a808e8
components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx
@@ -168,6 +168,8 @@ export function MoveLabwareOnDeck(
168
...styleProps,
169
}}
170
animatedSVG
171
+ // add fixedTrash not to display trash bin on OT-2 deck
172
+ deckLayerBlocklist={robotType === 'OT-2 Standard' ? ['fixedTrash'] : []}
173
>
174
{backgroundItems}
175
<AnimatedG style={{ x: springProps.x, y: springProps.y }}>
0 commit comments