We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea7da0 commit 723d910Copy full SHA for 723d910
app/src/redux/protocol-runs/types/lpc.ts
@@ -79,7 +79,7 @@ export interface SelectedLabwareInfo {
79
id: LabwareId
80
/* Indicates the type of LPC offset flow the user is performing, a "default" flow, a "location-specific" flow, or no active flow.
81
* There is no `slotName` when a user performs the default offset flow.
82
- * Until the user is in a default or location-specific offset flow, there is no location. * */
+ * Until the user is in a default or location-specific offset flow, there are no location details. */
83
offsetLocationDetails: OffsetLocationDetails | null
84
}
85
0 commit comments