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
@ -35,7 +35,6 @@
|
|||||||
/>
|
/>
|
||||||
<div v-if="report.statuses.length">
|
<div v-if="report.statuses.length">
|
||||||
<small>{{ $t('report.reported_statuses') }}</small>
|
<small>{{ $t('report.reported_statuses') }}</small>
|
||||||
<!-- eslint-enable vue/no-v-html -->
|
|
||||||
<router-link
|
<router-link
|
||||||
v-for="status in report.statuses"
|
v-for="status in report.statuses"
|
||||||
:key="status.id"
|
:key="status.id"
|
||||||
|
Loading…
Reference in New Issue
Block a user