mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-14 20:44:40 +00:00
Fix a simple typo
This commit is contained in:
parent
3cfbf0141f
commit
16a5272726
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||||
|
|
Loading…
Reference in a new issue