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)"
|
:replies="getReplies(status.id)"
|
||||||
:in-profile="inProfile"
|
:in-profile="inProfile"
|
||||||
:profile-user-id="profileUserId"
|
:profile-user-id="profileUserId"
|
||||||
class="status-fadein panel-body"
|
class="panel-body"
|
||||||
@goto="setHighlight"
|
@goto="setHighlight"
|
||||||
@toggleExpanded="toggleExpanded"
|
@toggleExpanded="toggleExpanded"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -16,8 +16,6 @@ export const getExcludedStatusIdsByPinning = (statuses, pinnedStatusIds) => {
|
||||||
return ids
|
return ids
|
||||||
}
|
}
|
||||||
|
|
||||||
let timer
|
|
||||||
|
|
||||||
const Timeline = {
|
const Timeline = {
|
||||||
props: [
|
props: [
|
||||||
'timeline',
|
'timeline',
|
||||||
|
|
Loading…
Add table
Reference in a new issue