Skip to content

Commit 1a8eebc

Browse files
committed
#2955 added toLowerCase() to check
1 parent 73c5b72 commit 1a8eebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AdpVulnerabilityEnrichment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<tbody>
5959
<tr v-for="ssvc in ssvcs" :key="ssvc.key">
6060
<td data-label="Exploitation" style="width: 20%">
61-
<span :class="{'is-danger tag has-text-weight-bold is-uppercase' : ssvc.exploitation === 'active'}">
61+
<span :class="{'is-danger tag has-text-weight-bold is-uppercase' : ssvc.exploitation.toLowerCase() === 'active'}">
6262
{{ ssvc.exploitation }}
6363
</span>
6464

0 commit comments

Comments
 (0)