From 97cdfa662e558a42ffd012d0c501f63a867e6ecd Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 6 May 2020 14:43:25 +0900 Subject: [PATCH] fix(client): Fix default reaction setting --- src/client/pages/my-settings/reaction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/pages/my-settings/reaction.vue b/src/client/pages/my-settings/reaction.vue index 86e85d484..68c481707 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) {