aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/report/report.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/report/report.vue b/src/components/report/report.vue
index 6f7fa7d2..c7766f84 100644
--- a/src/components/report/report.vue
+++ b/src/components/report/report.vue
@@ -28,10 +28,10 @@
</option>
</Select>
</div>
- <!-- eslint-disable vue/no-v-html -->
- <div
+ <RichContent
class="report-content"
- v-html="report.content"
+ :html="report.content"
+ :emoji="report.emojis"
/>
<div v-if="report.statuses.length">
<small>{{ $t('report.reported_statuses') }}</small>