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

@ -340,13 +340,11 @@
keypath="time.in_past"
tag="span"
>
<template>
<Timeago
:time="status.edited_at"
:auto-update="60"
:long-format="true"
/>
</template>
<Timeago
:time="status.edited_at"
:auto-update="60"
:long-format="true"
/>
</i18n-t>
</template>
</i18n-t>