Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Oct 16, 2024
1 parent e18c94f commit bcf47af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion protocol-designer/src/organisms/SelectWellsModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const SelectWellsModal = (
name,
value: wellFieldData,
} = props
console.log('hello')
const { t, i18n } = useTranslation(['liquids', 'protocol_steps', 'shared'])
const liquidDisplayColors = useSelector(selectors.getLiquidDisplayColors)
const allWellContentsForStep = useSelector(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ import {
import type { StepFormProps } from '../../types'

export function MixTools(props: StepFormProps): JSX.Element {
const { propsForFields, formData, toolboxStep } = props
const pipettes = useSelector(getPipetteEntities)
const enableReturnTip = useSelector(getEnableReturnTip)
const labwares = useSelector(getLabwareEntities)
const { t } = useTranslation(['application', 'form'])

const { propsForFields, formData, toolboxStep } = props
const is96Channel =
propsForFields.pipette.value != null &&
pipettes[String(propsForFields.pipette.value)].name === 'p1000_96'
Expand Down

0 comments on commit bcf47af

Please sign in to comment.