client: fix syntax error in reaction-icon.vue

This commit is contained in:
Johann150 2022-08-12 09:07:13 +02:00
parent 5b4c0ffdf3
commit 2209490cc8
Signed by untrusted user: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ withDefaults(defineProps<{
customEmojis?: Record<string, any>[]; // TODO
noStyle?: boolean;
}>(), {
customEmojis: [];
customEmojis: [],
});
</script>