fix chats

This commit is contained in:
Absturztaube 2021-07-04 19:04:12 +02:00
parent 6594cdaa63
commit 2b6974dcad

View file

@ -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"