fix some chat errors/warnings that sometimes happen

This commit is contained in:
Henry Jameson 2022-04-20 20:19:22 +03:00
parent fb63e81ed1
commit 895eda3714
1 changed files with 2 additions and 1 deletions

View File

@ -14,10 +14,11 @@
/> />
</router-link> </router-link>
<RichContent <RichContent
v-if="user"
class="username" class="username"
:title="'@'+user.screen_name_ui" :title="'@'+user.screen_name_ui"
:html="htmlTitle" :html="htmlTitle"
:emoji="user.emoji" :emoji="user.emoji || []"
/> />
</div> </div>
</template> </template>