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
This commit is contained in:
Matthew Taylor 2017-09-15 15:49:57 -04:00
parent 426259fbe8
commit 1335de9b57

View file

@ -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',