Skip to content

Commit

Permalink
fix(shared-data): exclude module calibration adapters from being rend…
Browse files Browse the repository at this point in the history
…ered. (#12971)
  • Loading branch information
vegano1 authored Jun 28, 2023
1 parent 5fe3f13 commit 84b46d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shared-data/js/getLabware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ export const LABWAREV2_DO_NOT_LIST = [
'opentrons_flex_96_tiprack_200ul',
'opentrons_flex_96_tiprack_1000ul',
'opentrons_flex_96_tiprack_50ul',
// TODO(ba, 2023-06-23): exclude module calibration adapters
'opentrons_calibration_adapter_heatershaker_module',
'opentrons_calibration_adapter_magnetic_module',
'opentrons_calibration_adapter_temperature_module',
'opentrons_calibration_adapter_thermocycler_module',
]
// NOTE(sa, 2020-7-14): in PD we do not want to list calibration blocks
// but we still might want the rest of the labware in LABWAREV2_DO_NOT_LIST
Expand Down

0 comments on commit 84b46d8

Please sign in to comment.