Skip to content

Commit

Permalink
hide es lint msg
Browse files Browse the repository at this point in the history
  • Loading branch information
MauserBitfly committed Mar 4, 2024
1 parent 1506c24 commit 244e0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/slot/viz/SlotVizTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const data = computed(() => {
<div class="row network">
{{ data.networkLabel }}
</div>
<!--eslint-disable-next-line vue/no-v-html-->
<div class="row" v-html="data.stateLabel" />
</div>
<div v-for="(rows, index) in data.rows" :key="index" class="rows">
Expand Down

0 comments on commit 244e0b8

Please sign in to comment.