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 = ({
177
177
{ scannedReposCount > 0 && (
178
178
< TabHeader >
179
179
Analyzed
180
- < Badge appearance = "secondary" variant = "counter" >
180
+ < Badge >
181
181
{ formatDecimal ( variantAnalysis . scannedRepos ?. length ?? 0 ) }
182
182
</ Badge >
183
183
</ TabHeader >
184
184
) }
185
185
{ notFoundRepos ?. repositoryCount && (
186
186
< TabHeader >
187
187
No access
188
- < Badge appearance = "secondary" variant = "counter" >
189
- { formatDecimal ( notFoundRepos . repositoryCount ) }
190
- </ Badge >
188
+ < Badge > { formatDecimal ( notFoundRepos . repositoryCount ) } </ Badge >
191
189
</ TabHeader >
192
190
) }
193
191
{ noCodeqlDbRepos ?. repositoryCount && (
194
192
< TabHeader >
195
193
No database
196
- < Badge appearance = "secondary" variant = "counter" >
197
- { formatDecimal ( noCodeqlDbRepos . repositoryCount ) }
198
- </ Badge >
194
+ < Badge > { formatDecimal ( noCodeqlDbRepos . repositoryCount ) } </ Badge >
199
195
</ TabHeader >
200
196
) }
201
197
{ scannedReposCount > 0 && (
You can’t perform that action at this time.
0 commit comments