diff --git a/src/client/pages/my-settings/reaction.vue b/src/client/pages/my-settings/reaction.vue index cf2dccdf6c..c64c54eff6 100644 --- a/src/client/pages/my-settings/reaction.vue +++ b/src/client/pages/my-settings/reaction.vue @@ -74,6 +74,7 @@ export default defineComponent({ }, {}, { source: ev.currentTarget || ev.target }).then(emoji => { + if (emoji == null) return; this.reactions += emoji; }); }