mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
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:
parent
426259fbe8
commit
1335de9b57
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ var StudioActivityMessage = React.createClass({
|
||||||
datetimeCreated: React.PropTypes.string.isRequired
|
datetimeCreated: React.PropTypes.string.isRequired
|
||||||
},
|
},
|
||||||
render: function () {
|
render: function () {
|
||||||
var studioLink = '/studios/' + this.props.studioId;
|
var studioLink = '/studios/' + this.props.studioId + '/activity';
|
||||||
|
|
||||||
var classes = classNames(
|
var classes = classNames(
|
||||||
'mod-studio-activity',
|
'mod-studio-activity',
|
||||||
|
|
Loading…
Reference in a new issue