forked from AkkomaGang/akkoma-fe
fix some chat errors/warnings that sometimes happen
This commit is contained in:
parent
fb63e81ed1
commit
895eda3714
1 changed files with 2 additions and 1 deletions
|
@ -14,10 +14,11 @@
|
|||
/>
|
||||
</router-link>
|
||||
<RichContent
|
||||
v-if="user"
|
||||
class="username"
|
||||
:title="'@'+user.screen_name_ui"
|
||||
:html="htmlTitle"
|
||||
:emoji="user.emoji"
|
||||
:emoji="user.emoji || []"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue