fix: parse emojis in account page title (#690)
This commit is contained in:
parent
fa9c418e21
commit
da7d85b1d0
@ -21,7 +21,7 @@ onReactivated(() => {
|
||||
<template>
|
||||
<MainContent back>
|
||||
<template #title>
|
||||
<span text-lg font-bold>{{ account ? getDisplayName(account) : t('nav.profile') }}</span>
|
||||
<ContentRich text-lg font-bold :content="account ? getDisplayName(account) : t('nav.profile')" />
|
||||
</template>
|
||||
|
||||
<template v-if="pending" />
|
||||
|
Loading…
Reference in New Issue
Block a user