Skip to content

Commit f269887

Browse files
committed
Add missed dependency in useMemo
1 parent e6f9ce0 commit f269887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/view/variant-analysis/VariantAnalysisStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const VariantAnalysisStats = ({
5757
}
5858

5959
return 'Succeeded';
60-
}, [variantAnalysisStatus]);
60+
}, [variantAnalysisStatus, hasWarnings]);
6161

6262
return (
6363
<Row>

0 commit comments

Comments
 (0)