commit: e594252668256197d9b68f1db1f7108c5255d275
parent 88ad5033a876b648c7e07d222cf808bc71273e49
Author: Ilja <ilja@ilja.space>
Date: Mon, 21 Mar 2022 09:59:52 +0100
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:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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"