fix commentee assignment

This commit is contained in:
Matthew Taylor 2017-09-05 11:41:56 -04:00
parent e9f54b3fd3
commit d7fe43fad7
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ var CommentMessage = injectIntl(React.createClass({
linkText = this.props.intl.formatMessage({
id: 'messages.profileOther',
values: {
username: this.props.objectId
username: this.props.objectTitle
}
});
}

View file

@ -84,7 +84,7 @@ var SocialMessagesList = React.createClass({
commentText={message.comment_fragment}
commentDateTime={message.datetime_created}
objectTitle={message.comment_obj_title}
commentee={message.commentee}
commentee={message.commentee_username}
/>;
case 'curatorinvite':
return <CuratorInviteMessage