fix error
This commit is contained in:
parent
0ce70e6fec
commit
4b27f9b061
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ const ChatMessage = {
|
|||
return this.message.in_reply_to_screen_name
|
||||
} else {
|
||||
const user = this.$store.getters.findUser(
|
||||
this.status.in_reply_to_user_id,
|
||||
this.message.in_reply_to_user_id,
|
||||
)
|
||||
return user && user.screen_name_ui
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue