Skip to content

Commit

Permalink
Update app/src/components/ChangePipette/PipetteSelection.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Mike Cousins <[email protected]>
  • Loading branch information
b-cooper and mcous committed Sep 17, 2019
1 parent 53e68e3 commit 926f815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/ChangePipette/PipetteSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const LABEL = 'Select the pipette you wish to attach:'
export type PipetteSelectionProps = {|
...React.ElementProps<typeof PipetteSelect>,
__pipettePlusEnabled: boolean,
}
|}

export default function PipetteSelection(props: PipetteSelectionProps) {
let nameBlacklist = ['p20_multi_gen2', 'p300_multi_gen2']
Expand Down

0 comments on commit 926f815

Please sign in to comment.