Merge pull request #145 from bartvde/style-warning

Prevent warning for ColorField
This commit is contained in:
Orange Mug
2017-06-23 17:03:53 +01:00
committed by GitHub
+1 -1
View File
@@ -91,7 +91,7 @@ class ColorField extends React.Component {
</div> </div>
var swatchStyle = { var swatchStyle = {
"background-color": this.props.value backgroundColor: this.props.value
}; };
return <div className="maputnik-color-wrapper"> return <div className="maputnik-color-wrapper">