Skip to content

Commit

Permalink
Filter absorbance lid out of protocol details map view
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Oct 13, 2024
1 parent a9a65f2 commit 0c1b632
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ export const getModulesInSlots = (
commands
.filter(
(command): command is LoadLabwareRunTimeCommand =>
command.commandType === 'loadLabware'
command.commandType === 'loadLabware' &&
command.params.loadName !==
'opentrons_flex_lid_absorbance_plate_reader_module'
)
.find(
(command: LoadLabwareRunTimeCommand) =>
Expand Down

0 comments on commit 0c1b632

Please sign in to comment.