forked from FoundKeyGang/FoundKey
client: fix syntax error in reaction-icon.vue
This commit is contained in:
parent
5b4c0ffdf3
commit
2209490cc8
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ withDefaults(defineProps<{
|
||||||
customEmojis?: Record<string, any>[]; // TODO
|
customEmojis?: Record<string, any>[]; // TODO
|
||||||
noStyle?: boolean;
|
noStyle?: boolean;
|
||||||
}>(), {
|
}>(), {
|
||||||
customEmojis: [];
|
customEmojis: [],
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue