Prevent warning for ColorField

This commit is contained in:
bartvde 2017-06-23 16:00:43 +02:00
parent 6b3b5a8b6f
commit e4477db413

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">