fix random error that sometimes occurs
This commit is contained in:
parent
52649bdabc
commit
835feea163
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
</router-link>
|
</router-link>
|
||||||
<RichContent
|
<RichContent
|
||||||
class="username"
|
class="username"
|
||||||
:title="'@'+user.screen_name_ui"
|
:title="'@'+(user && user.screen_name_ui)"
|
||||||
:html="htmlTitle"
|
:html="htmlTitle"
|
||||||
:emoji="user.emoji"
|
:emoji="user.emoji"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue