fix lint
This commit is contained in:
parent
5292832d6d
commit
686a8e1cfc
2 changed files with 1 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
|||
:replies="getReplies(status.id)"
|
||||
:in-profile="inProfile"
|
||||
:profile-user-id="profileUserId"
|
||||
class="status-fadein panel-body"
|
||||
class="panel-body"
|
||||
@goto="setHighlight"
|
||||
@toggleExpanded="toggleExpanded"
|
||||
/>
|
||||
|
|
|
@ -16,8 +16,6 @@ export const getExcludedStatusIdsByPinning = (statuses, pinnedStatusIds) => {
|
|||
return ids
|
||||
}
|
||||
|
||||
let timer
|
||||
|
||||
const Timeline = {
|
||||
props: [
|
||||
'timeline',
|
||||
|
|
Loading…
Add table
Reference in a new issue