File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/src/components/CheckCalibration Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,9 @@ export function CheckCalibration(props: CheckCalibrationProps): React.Node {
248
248
hasTwoPipettes
249
249
)
250
250
const comparison = comparisonsByStep [ currentStep ]
251
+ if ( comparison ?. exceedsThreshold ) {
252
+ shouldDisplayTitleBarExit = false
253
+ }
251
254
stepContents = (
252
255
< CheckXYPoint
253
256
slotNumber = { slotNumber }
@@ -280,6 +283,9 @@ export function CheckCalibration(props: CheckCalibrationProps): React.Node {
280
283
hasTwoPipettes
281
284
)
282
285
const comparison = comparisonsByStep [ currentStep ]
286
+ if ( comparison ?. exceedsThreshold ) {
287
+ shouldDisplayTitleBarExit = false
288
+ }
283
289
stepContents = (
284
290
< CheckHeight
285
291
isMulti = { isActiveInstrumentMultiChannel }
You can’t perform that action at this time.
0 commit comments