fix eslint disable comment

This commit is contained in:
ryana 2026-01-20 08:01:58 +08:00
parent fea823db49
commit 22bc222f4d

View File

@ -328,7 +328,7 @@
data-testid="incident" data-testid="incident"
> >
<h4 class="alert-heading" data-testid="incident-title">{{ activeIncident.title }}</h4> <h4 class="alert-heading" data-testid="incident-title">{{ activeIncident.title }}</h4>
<!-- eslint-disable-next-line vue/no-v-html--> <!-- eslint-disable-next-line vue/no-v-html -->
<div <div
class="content" class="content"
data-testid="incident-content" data-testid="incident-content"