We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d741ce9 commit 0a4f2ceCopy full SHA for 0a4f2ce
frontend/src/pages/Reports/components/AiAnalysisTab.tsx
@@ -45,7 +45,7 @@ const AiAnalysisTab: React.FC<AiAnalysisTabProps> = ({
45
{isLowConfidence && <LowConfidenceNotice />}
46
47
{/* Flagged values section */}
48
- {flaggedValues && (
+ {flaggedValues.length > 0 && (
49
<FlaggedValuesSection
50
flaggedValues={flaggedValues}
51
isExpanded={flaggedValuesExpanded}
0 commit comments