forked from AkkomaGang/akkoma-fe
resolved the lint
This commit is contained in:
parent
da3adff5a8
commit
88aa0f1245
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const Status = {
|
||||||
const user = this.retweet ? (this.statusoid.retweeted_status.user) : this.statusoid.user
|
const user = this.retweet ? (this.statusoid.retweeted_status.user) : this.statusoid.user
|
||||||
return highlightClass(user)
|
return highlightClass(user)
|
||||||
},
|
},
|
||||||
deleted() {
|
deleted () {
|
||||||
return this.statusoid.deleted
|
return this.statusoid.deleted
|
||||||
},
|
},
|
||||||
repeaterStyle () {
|
repeaterStyle () {
|
||||||
|
|
Loading…
Reference in a new issue