mx-react-components
Advanced tools
Comparing version
@@ -129,3 +129,3 @@ 'use strict'; | ||
{ style: this._getOptionListStyles() }, | ||
'this.props.children;' | ||
this.props.children | ||
); | ||
@@ -132,0 +132,0 @@ } else { |
{ | ||
"name": "mx-react-components", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A collection of generic React UI components", | ||
@@ -5,0 +5,0 @@ "main": "dist/Index.js", |
@@ -122,3 +122,3 @@ const React = require('react'); | ||
<div style={this._getOptionListStyles()}> | ||
this.props.children; | ||
{this.props.children} | ||
</div> | ||
@@ -125,0 +125,0 @@ ); |
Sorry, the diff of this file is too big to display
800185
0