summaryrefslogtreecommitdiff
path: root/src/client/pages/settings/reaction.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/settings/reaction.vue')
-rw-r--r--src/client/pages/settings/reaction.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/pages/settings/reaction.vue b/src/client/pages/settings/reaction.vue
index 8d76d65ed1..7de2f72f61 100644
--- a/src/client/pages/settings/reaction.vue
+++ b/src/client/pages/settings/reaction.vue
@@ -37,10 +37,8 @@ export default defineComponent({
data() {
return {
INFO: {
- header: [{
- title: this.$t('reaction'),
- icon: faLaugh
- }]
+ title: this.$t('reaction'),
+ icon: faLaugh
},
reactions: this.$store.state.settings.reactions.join(''),
changed: false,