Skip to content

Commit acc9ab3

Browse files
committed
Add back 0
1 parent 45f0669 commit acc9ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const VariantAnalysisRepositoriesStats = ({
6868
if (variantAnalysisStatus === VariantAnalysisStatus.Failed) {
6969
return (
7070
<>
71-
<HorizontalSpace $size={2} />
71+
0<HorizontalSpace $size={2} />
7272
<ErrorIcon label="Variant analysis failed" />
7373
</>
7474
);

0 commit comments

Comments
 (0)