Skip to content

Commit

Permalink
fix(app): fix cancelled run not closing the run context on desktop (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff authored Aug 20, 2024
1 parent d05dc2e commit ee7b4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export function ProtocolRunHeader({
})
}
}
}, [runStatus, isRunCurrent, runId, enteredER])
}, [runStatus, isRunCurrent, runId, enteredER, initialPipettesWithTipsCount])

const startedAtTimestamp =
startedAt != null ? formatTimestamp(startedAt) : EMPTY_TIMESTAMP
Expand Down

0 comments on commit ee7b4ae

Please sign in to comment.