diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-08-01 18:45:52 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-08-01 18:45:52 -0600 |
| commit | 232cc72df8352db15ac3e6b11c1f9c5908069771 (patch) | |
| tree | 63d4fabb3f447a3ddb22584aaaf6f892e4decf53 /src/components/status | |
| parent | 081aa0fd0552732f208bd35e37cde06c66536791 (diff) | |
Fix lint errors and warnings
Diffstat (limited to 'src/components/status')
| -rw-r--r-- | src/components/status/status.vue | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index a13e5ab0..5ddb94b4 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -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> |
