Commit f4eb8b9c authored by Jannik Lehmann's avatar Jannik Lehmann

Fix linting error

parent a7578047
......@@ -63,10 +63,10 @@ export default {
<template #title>
{{ s__('UnscannedProjects|Out of date') }}
<gl-badge
size="sm"
class="gl-tab-counter-badge"
v-if="!isLoading"
ref="outdatedProjectsCount"
size="sm"
class="gl-tab-counter-badge"
pill
>{{ outdatedProjectsCount }}
</gl-badge>
......@@ -88,10 +88,10 @@ export default {
<template #title>
{{ s__('UnscannedProjects|Untested') }}
<gl-badge
size="sm"
class="gl-tab-counter-badge"
v-if="!isLoading"
ref="untestedProjectsCount"
size="sm"
class="gl-tab-counter-badge"
pill
>{{ untestedProjectsCount }}
</gl-badge>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment