diff --git a/src/components/report/report.vue b/src/components/report/report.vue
index c7766f8444..1dc7320301 100644
--- a/src/components/report/report.vue
+++ b/src/components/report/report.vue
@@ -31,7 +31,7 @@
{{ $t('report.reported_statuses') }}
diff --git a/src/components/rich_content/rich_content.jsx b/src/components/rich_content/rich_content.jsx
index 7096ca4928..46bc661afb 100644
--- a/src/components/rich_content/rich_content.jsx
+++ b/src/components/rich_content/rich_content.jsx
@@ -42,8 +42,7 @@ export default Vue.component('RichContent', {
// Emoji object, as in status.emojis, note the "s" at the end...
emoji: {
required: true,
- type: Array,
- default: () => []
+ type: Array
},
// Whether to handle links or not (posts: yes, everything else: no)
handleLinks: {