Fix lint errors and warnings

This commit is contained in:
Sean King 2022-08-01 18:45:52 -06:00
commit 232cc72df8
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257
5 changed files with 14 additions and 16 deletions

View file

@ -17,9 +17,9 @@
v-for="status in history"
:key="status.id"
:statusoid="status"
:isPreview="true"
:is-preview="true"
class="conversation-status status-fadein panel-body"
/>
/>
</div>
</div>
</div>