aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.js2
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 () {