From 432a6240aa610ad75af9fe4c69938a5316e40caf Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 5 Sep 2017 12:38:16 -0400 Subject: [PATCH] have tab link go to curator tab --- src/views/messages/message-rows/curator-invite.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/messages/message-rows/curator-invite.jsx b/src/views/messages/message-rows/curator-invite.jsx index 4b49e1b79..05e5bfe91 100644 --- a/src/views/messages/message-rows/curator-invite.jsx +++ b/src/views/messages/message-rows/curator-invite.jsx @@ -15,6 +15,7 @@ var CuratorInviteMessage = injectIntl(React.createClass({ }, render: function () { var studioLink = '/studios/' + this.props.studioId + '/'; + var tabLink = '/studios/' + this.props.studioId + '/curators/'; var actorLink = '/users/' + this.props.actorUsername + '/'; var tabText = this.props.intl.formatMessage({id: 'messages.curatorTabText'}); @@ -37,7 +38,7 @@ var CuratorInviteMessage = injectIntl(React.createClass({ {this.props.actorUsername} , studioLink: {this.props.studioTitle}, - tabLink: {tabText} + tabLink: {tabText} }} />