Skip to content

Commit

Permalink
fix(app): prevent lpc from spamming the null jog (#12401)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper authored Mar 31, 2023
1 parent 71a221f commit 4fca778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/LabwarePositionCheck/JogToWell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const JogToWell = (props: JogToWellProps): JSX.Element | null => {
// and clicks "go back" we are able so initialize the live offset to whatever
// distance they had already jogged before clicking exit.
handleJog('x', 1, 0, setJoggedPosition)
}, [handleJog])
}, [])

let wellsToHighlight: string[] = []
if (getPipetteNameSpecs(pipetteName)?.channels === 8) {
Expand Down

0 comments on commit 4fca778

Please sign in to comment.