summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/my-settings/reaction.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/my-settings/reaction.vue b/src/client/pages/my-settings/reaction.vue
index 86e85d484c..68c481707c 100644
--- a/src/client/pages/my-settings/reaction.vue
+++ b/src/client/pages/my-settings/reaction.vue
@@ -71,7 +71,7 @@ export default Vue.extend({
},
setDefault() {
- this.reactions = defaultSettings.reactions;
+ this.reactions = defaultSettings.reactions.join('');
},
async chooseEmoji(ev) {