mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Resolve lint error
This commit is contained in:
parent
02d38c513a
commit
67d95554cb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
render: function () {
|
||||
return (
|
||||
<div className={"box " + this.props.className}>
|
||||
<div className={'box ' + this.props.className}>
|
||||
<div className="box-header">
|
||||
<h4>{this.props.title}</h4>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue