Fix a simple typo

This commit is contained in:
shpuld 2019-01-30 16:57:19 +02:00
parent 3cfbf0141f
commit 16a5272726

View file

@ -79,7 +79,7 @@ const Status = {
}, },
replyProfileLink () { replyProfileLink () {
if (this.isReply) { 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 }, retweet () { return !!this.statusoid.retweeted_status },