fix random error that sometimes occurs

This commit is contained in:
Henry Jameson 2022-04-05 17:44:30 +03:00
parent 52649bdabc
commit 835feea163
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
</router-link>
<RichContent
class="username"
:title="'@'+user.screen_name_ui"
:title="'@'+(user && user.screen_name_ui)"
:html="htmlTitle"
:emoji="user.emoji"
/>