diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index be1ede2d..d5c0521b 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -80,7 +80,7 @@ function getFieldNameIcon(fieldName: string) {
- +
@@ -88,7 +88,7 @@ function getFieldNameIcon(fieldName: string) {
{{ field.name }} |
- +
diff --git a/components/content/ContentRich.setup.ts b/components/content/ContentRich.setup.ts index 59c90422..77835b81 100644 --- a/components/content/ContentRich.setup.ts +++ b/components/content/ContentRich.setup.ts @@ -7,7 +7,7 @@ defineOptions({ const props = defineProps<{ content: string - emojis: Emoji[] + emojis?: Emoji[] }>() const emojiObject = emojisArrayToObject(props.emojis || [])