Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(protocol-designer): fix 96-channel display issue in select pipettes #16287

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Sep 18, 2024

Overview

modify the button display condition to solve 96-channel button display issue
change marginBottom to gridGap

after

96-Channel-button-issue.mov

close RQA-3203

Test Plan and Hands on Testing

Changelog

  • modify button display condition
  • switch margin to grid-gap

Review requests

Risk assessment

low

modify the button display condition to solve 96-channel button display issue

close RQA-3203
@koji koji marked this pull request as ready for review September 18, 2024 18:11
@koji koji requested a review from a team as a code owner September 18, 2024 18:11
@koji koji removed the request for review from a team September 18, 2024 18:11
}
}, [pipetteType, pipetteGen, pipetteVolume, selectedPip])
}, [pipetteType, pipetteVolume, selectedPipetteName])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pipetteGen is needed for an ot-2 pipette. Maybe we need to do something like:

Suggested change
}, [pipetteType, pipetteVolume, selectedPipetteName])
if (pipetteType != null && pipetteVolume != null && (robotType === OT2_ROBOT_TYPE && pipetteGen != null)) {
setValue(
`pipettesByMount.${defaultMount}.pipetteName`,
selectedPipetteName
)
}
}, [pipetteType, pipetteGen, pipetteVolume, selectedPipetteName])

Copy link
Collaborator

@jerader jerader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! thanks for cleaning this component up. Just left a comment about pipetteGen

@koji koji merged commit 5195571 into edge Sep 19, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants