Fix a simple typo

fix/add-option-to-not-render-background-tabs
shpuld 6 years ago
parent 3cfbf0141f
commit 16a5272726

@ -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 },

Loading…
Cancel
Save