mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #1529 from towerofnix/fix-class-typo
Fix CSS class of forum post message row
This commit is contained in:
commit
556b527dc3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var ForumPostMessage = React.createClass({
|
|||
var topicLink = '/discuss/topic/' + this.props.topicId + '/unread/';
|
||||
|
||||
var classes = classNames(
|
||||
'mod-studio-activity',
|
||||
'mod-forum-activity',
|
||||
this.props.className
|
||||
);
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue