fix chats
This commit is contained in:
parent
6594cdaa63
commit
2b6974dcad
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<div v-if="status.tags.length !== 0">
|
||||
<div v-if="status.tags && status.tags.length !== 0">
|
||||
<a
|
||||
v-for="tag in status.tags"
|
||||
:key="tag.name"
|
||||
|
|
Loading…
Reference in a new issue