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 f9393b0dab
This commit is contained in:
parent
88ad5033a8
commit
e594252668
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue