Commit d7fe43fa authored by Matthew Taylor's avatar Matthew Taylor

fix commentee assignment

parent e9f54b3f
......@@ -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
}
});
}
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment