eslint fixes.
This commit is contained in:
parent
ccbfc64bfc
commit
bde1241843
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ const conversation = {
|
|||
}
|
||||
},
|
||||
focused: function (id) {
|
||||
if (!!this.statusoid.retweeted_status) {
|
||||
if (this.statusoid.retweeted_status) {
|
||||
return (id === this.statusoid.retweeted_status.id)
|
||||
} else {
|
||||
return (id === this.statusoid.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue