aboutsummaryrefslogtreecommitdiff
path: root/src/components/report/report.vue
diff options
context:
space:
mode:
authorIlja <ilja@ilja.space>2022-03-21 09:59:52 +0100
committerIlja <ilja@ilja.space>2022-03-21 09:59:52 +0100
commite594252668256197d9b68f1db1f7108c5255d275 (patch)
tree4846c7cd99abaed0967a62198ba2ad0a5b265b3a /src/components/report/report.vue
parent88ad5033a876b648c7e07d222cf808bc71273e49 (diff)
clean up leftover
There was a comment to enable something for eslint. This was a leftover from when it was dissabled. But the dissabling was removed in a privious commit f9393b0dab22279e9bdb97a1cf52fecfe278a4a7
Diffstat (limited to 'src/components/report/report.vue')
-rw-r--r--src/components/report/report.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/report/report.vue b/src/components/report/report.vue
index 1dc73203..1f19cc25 100644
--- a/src/components/report/report.vue
+++ b/src/components/report/report.vue
@@ -35,7 +35,6 @@
/>
<div v-if="report.statuses.length">
<small>{{ $t('report.reported_statuses') }}</small>
- <!-- eslint-enable vue/no-v-html -->
<router-link
v-for="status in report.statuses"
:key="status.id"