Skip to content

Commit 6a808e8

Browse files
authored
fix(app): fix deck view in intervention modal (#19467)
* fix(app): fix deck view in intervention modal
1 parent f75bbc6 commit 6a808e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ export function MoveLabwareOnDeck(
168168
...styleProps,
169169
}}
170170
animatedSVG
171+
// add fixedTrash not to display trash bin on OT-2 deck
172+
deckLayerBlocklist={robotType === 'OT-2 Standard' ? ['fixedTrash'] : []}
171173
>
172174
{backgroundItems}
173175
<AnimatedG style={{ x: springProps.x, y: springProps.y }}>

0 commit comments

Comments
 (0)