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

View File

@@ -91,7 +91,7 @@ class ColorField extends React.Component {
</div>
var swatchStyle = {
"background-color": this.props.value
backgroundColor: this.props.value
};
return <div className="maputnik-color-wrapper">