Use empty array for emji instead
Instead of relying on a key that isn't actually usefull, I just provide an empty array directly.
This commit is contained in:
parent
89c409c6d2
commit
88ad5033a8
2 changed files with 2 additions and 3 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<RichContent
|
||||
class="report-content"
|
||||
:html="report.content"
|
||||
:emoji="report.emojis"
|
||||
:emoji="[]"
|
||||
/>
|
||||
<div v-if="report.statuses.length">
|
||||
<small>{{ $t('report.reported_statuses') }}</small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue