Update components, add fallback default avatar

This commit is contained in:
Daniel Supernault 2021-07-11 02:57:14 -06:00
parent 57e0a741ab
commit 726553f552
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
4 changed files with 15 additions and 14 deletions

View file

@ -104,6 +104,7 @@
</div>
<status-card
:class="{ 'border-top': index === 0 }"
:status="status"
:reaction-bar="reactionBar"
v-on:status-delete="deleteStatus"