diff options
| author | shpuld <shp@cock.li> | 2019-01-30 16:57:19 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-30 16:57:19 +0200 |
| commit | 16a5272726ec555d49276e291caa1d0ba71200e4 (patch) | |
| tree | 763c269d40986e9b8e9e9b0fb7a764cd81f0e775 /src | |
| parent | 3cfbf0141f9e5c2c835699c5427d4829da412328 (diff) | |
Fix a simple typo
Diffstat (limited to 'src')
| -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 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 }, |
