undo unrelated change
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
811454462d
commit
29b59dde5b
1 changed files with 4 additions and 1 deletions
|
@ -129,6 +129,9 @@ module.exports = createReactClass({
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
// Render a placeholder
|
// Render a placeholder
|
||||||
return <div className={this.props.className} />;
|
return (
|
||||||
|
<div className={this.props.className} >
|
||||||
|
</div>
|
||||||
|
);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue