Commit 556b527d authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #1529 from towerofnix/fix-class-typo

Fix CSS class of forum post message row
parents 94ce746f 14fd4e9a
......@@ -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 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment