File tree Expand file tree Collapse file tree
src/components/ChallengeEditor/ChallengeReviewer-Field/ReviewSummary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,15 +311,13 @@ const ReviewSummary = ({
311311 ) }
312312
313313 { /* Failure Path: Arrow down from AI Gate (only for AI_GATING with gating workflows) */ }
314- { hasAIConfigWorkflows && isAIGating && (
314+ { hasAIConfigWorkflows && isAIGatingMode && (
315315 < div className = { cn ( styles . arrow , styles . failureArrow ) } style = { { gridColumn : 3 , gridRow : 2 } } >
316316 ↓
317317 { /* Failure Label */ }
318- { hasAIConfigWorkflows && isAIGating && (
319- < div className = { styles . failLabel } style = { { gridColumn : 3 , gridRow : '2.5' , alignSelf : 'center' } } >
320- < { aiConfiguration . minPassingThreshold || 75 } %
321- </ div >
322- ) }
318+ < div className = { styles . failLabel } style = { { gridColumn : 3 , gridRow : '2.5' , alignSelf : 'center' } } >
319+ < { aiConfiguration . minPassingThreshold || 75 } %
320+ </ div >
323321 ↓
324322 </ div >
325323 ) }
You can’t perform that action at this time.
0 commit comments