Skip to content

Commit

Permalink
fix(protocol-designer): hide flex deck riser from PD for now (#16625)
Browse files Browse the repository at this point in the history
closes RQA-3444
  • Loading branch information
jerader authored Oct 29, 2024
1 parent 5be0fa2 commit eb6ecfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared-data/js/getLabware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ export const PD_DO_NOT_LIST = [
'opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat',
'opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep',
'opentrons_96_pcr_adapter_armadillo_wellplate_200ul',
// temporarily blocking TC lid adapter until it is supported in PD
// temporarily blocking TC lid adapter and deck riser until it is supported in PD
'opentrons_tough_pcr_auto_sealing_lid',
'opentrons_flex_deck_riser',
]

export function getIsLabwareV1Tiprack(def: LabwareDefinition1): boolean {
Expand Down

0 comments on commit eb6ecfa

Please sign in to comment.