diff options
| author | Ilja <ilja@ilja.space> | 2022-03-21 09:59:52 +0100 |
|---|---|---|
| committer | Ilja <ilja@ilja.space> | 2022-03-21 09:59:52 +0100 |
| commit | e594252668256197d9b68f1db1f7108c5255d275 (patch) | |
| tree | 4846c7cd99abaed0967a62198ba2ad0a5b265b3a /src/components/report/report.vue | |
| parent | 88ad5033a876b648c7e07d222cf808bc71273e49 (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.vue | 1 |
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" |
