diff options
| author | ValD <maghtpol@gmail.com> | 2018-12-05 00:19:00 +0530 |
|---|---|---|
| committer | ValD <maghtpol@gmail.com> | 2018-12-05 00:19:00 +0530 |
| commit | 88aa0f124549424e19bfb64b9aa3ecfd731e97cf (patch) | |
| tree | 1451f294082550c5098d22f42a76ae756ca3e8bc | |
| parent | da3adff5a880c04f38626b738decef49cae39e13 (diff) | |
resolved the lint
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 5390d5de..ad6f4184 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -53,7 +53,7 @@ const Status = { const user = this.retweet ? (this.statusoid.retweeted_status.user) : this.statusoid.user return highlightClass(user) }, - deleted() { + deleted () { return this.statusoid.deleted }, repeaterStyle () { |
