We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c5b72 commit 1a8eebcCopy full SHA for 1a8eebc
1 file changed
src/components/AdpVulnerabilityEnrichment.vue
@@ -58,7 +58,7 @@
58
<tbody>
59
<tr v-for="ssvc in ssvcs" :key="ssvc.key">
60
<td data-label="Exploitation" style="width: 20%">
61
- <span :class="{'is-danger tag has-text-weight-bold is-uppercase' : ssvc.exploitation === 'active'}">
+ <span :class="{'is-danger tag has-text-weight-bold is-uppercase' : ssvc.exploitation.toLowerCase() === 'active'}">
62
{{ ssvc.exploitation }}
63
</span>
64
0 commit comments