Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 13, 2023
1 parent 6eaae5a commit 8fe1d2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const getUnoccupiedLabwareLocationOptions: Selector<
const isTrashSlot =
robotType === FLEX_ROBOT_TYPE
? MOVABLE_TRASH_ADDRESSABLE_AREAS.includes(slotId)
: slotId === 'fixedTrash' || slotId === '12'
: ['fixedTrash', '12'].includes(slotId)
return (
!slotIdsOccupiedByModules.includes(slotId) &&
!Object.values(labware)
Expand Down

0 comments on commit 8fe1d2d

Please sign in to comment.