aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-01-30 16:57:19 +0200
committershpuld <shp@cock.li>2019-01-30 16:57:19 +0200
commit16a5272726ec555d49276e291caa1d0ba71200e4 (patch)
tree763c269d40986e9b8e9e9b0fb7a764cd81f0e775 /src
parent3cfbf0141f9e5c2c835699c5427d4829da412328 (diff)
Fix a simple typo
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 558125df..f85b7847 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -79,7 +79,7 @@ const Status = {
},
replyProfileLink () {
if (this.isReply) {
- return this.generateUserProfileLink(this.status.in_reply_to_status_id, this.replyToName)
+ return this.generateUserProfileLink(this.status.in_reply_to_user_id, this.replyToName)
}
},
retweet () { return !!this.statusoid.retweeted_status },