+ {this.state.showLockFailureDialog &&
+ this.props.taskReadOnly &&
+ this.props.taskLockConflict && (
+
}
+ prompt={
+
+
+ {this.props.taskLockConflict.parentName && (
+
+
+
+ )}
+ {this.props.taskLockConflict.startedAt && (
+
+
+
+ )}
+ {this.props.taskLockConflict.bundledTasks?.length > 0 && (
+
+
+
+ )}
+
+ }
+ icon="unlocked-icon"
+ onClose={() => this.clearLockFailure()}
+ controls={
+
+
+
+ {this.props.releasingTaskLockConflict || this.props.tryingLock ? (
-
- ) : (
+ ) : (
+