File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
extensions/ql-vscode/src/view/variant-analysis Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -177,25 +177,21 @@ export const VariantAnalysisOutcomePanels = ({
177177 { scannedReposCount > 0 && (
178178 < TabHeader >
179179 Analyzed
180- < Badge appearance = "secondary" variant = "counter" >
180+ < Badge >
181181 { formatDecimal ( variantAnalysis . scannedRepos ?. length ?? 0 ) }
182182 </ Badge >
183183 </ TabHeader >
184184 ) }
185185 { notFoundRepos ?. repositoryCount && (
186186 < TabHeader >
187187 No access
188- < Badge appearance = "secondary" variant = "counter" >
189- { formatDecimal ( notFoundRepos . repositoryCount ) }
190- </ Badge >
188+ < Badge > { formatDecimal ( notFoundRepos . repositoryCount ) } </ Badge >
191189 </ TabHeader >
192190 ) }
193191 { noCodeqlDbRepos ?. repositoryCount && (
194192 < TabHeader >
195193 No database
196- < Badge appearance = "secondary" variant = "counter" >
197- { formatDecimal ( noCodeqlDbRepos . repositoryCount ) }
198- </ Badge >
194+ < Badge > { formatDecimal ( noCodeqlDbRepos . repositoryCount ) } </ Badge >
199195 </ TabHeader >
200196 ) }
201197 { scannedReposCount > 0 && (
You can’t perform that action at this time.
0 commit comments