diff --git a/ShadowEditor.UI/src/form/Select.jsx b/ShadowEditor.UI/src/form/Select.jsx index 5fbc644d..d260b1b8 100644 --- a/ShadowEditor.UI/src/form/Select.jsx +++ b/ShadowEditor.UI/src/form/Select.jsx @@ -32,7 +32,7 @@ class Select extends React.Component { style={style} onChange={this.handleChange}> {options && Object.keys(options).map(n => { - return ; + return ; })} ; }