From 1335de9b575e60f286a096e208f3d1f2a0aaa312 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Fri, 15 Sep 2017 15:49:57 -0400 Subject: [PATCH] Direct studio activity link to the activity tab Fixes #1540 by ensuring that the anchor link for studio activity is directed to the activity tab of the studio --- src/views/messages/message-rows/studio-activity.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/messages/message-rows/studio-activity.jsx b/src/views/messages/message-rows/studio-activity.jsx index f15aaf749..62fd50d3e 100644 --- a/src/views/messages/message-rows/studio-activity.jsx +++ b/src/views/messages/message-rows/studio-activity.jsx @@ -12,7 +12,7 @@ var StudioActivityMessage = React.createClass({ datetimeCreated: React.PropTypes.string.isRequired }, render: function () { - var studioLink = '/studios/' + this.props.studioId; + var studioLink = '/studios/' + this.props.studioId + '/activity'; var classes = classNames( 'mod-studio-activity',