Skip to content

Commit

Permalink
Filter lid out of protocol setup map view
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Oct 13, 2024
1 parent 0c1b632 commit 1294333
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/transformations/analysis/getLabwareRenderInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ export const getLabwareRenderInfo = (
)} but could not`
)
}
if (
command.params.loadName ===
'opentrons_flex_lid_absorbance_plate_reader_module'
) {
return acc
}

const slotName =
'addressableAreaName' in location
Expand Down

0 comments on commit 1294333

Please sign in to comment.