mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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
|
||||
},
|
||||
render: function () {
|
||||
var studioLink = '/studios/' + this.props.studioId;
|
||||
var studioLink = '/studios/' + this.props.studioId + '/activity';
|
||||
|
||||
var classes = classNames(
|
||||
'mod-studio-activity',
|
||||
|
|
Loading…
Reference in a new issue