You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/organisms/Desktop/Devices/ProtocolRun/ProtocolRunHeader/RunHeaderBannerContainer/TerminalRunBannerContainer.tsx
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -118,14 +118,10 @@ function ProtocolRunErrorBanner({
Copy file name to clipboardExpand all lines: app/src/organisms/Desktop/Devices/ProtocolRun/ProtocolRunHeader/RunHeaderModalContainer/hooks/useRunHeaderDropTip.ts
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -111,17 +111,13 @@ export function useRunHeaderDropTip({
111
111
}
112
112
},[runStatus,robotType,isRunCurrent])
113
113
114
-
// TODO(jh, 08-15-24): The enteredER condition is a hack, because errorCommands are only returned when a run is current.
115
-
// Ideally the run should not need to be current to view errorCommands.
116
-
117
114
// If the run terminates with a "stopped" status, close the run if no tips are attached after running tip check at least once.
118
115
// This marks the robot as "not busy" if drop tip CTAs are unnecessary.
0 commit comments