Add missing comma

This commit is contained in:
kyle
2017-12-11 19:09:00 -08:00
committed by GitHub
parent a94c6c0e7f
commit af14cc9e78

View File

@@ -21,7 +21,7 @@ export default class ObjectModel extends Component {
} }
render(){ render(){
let { schema, name, isRef, getComponent, getConfigs, depth, onToggle, expanded, specPath ...otherProps } = this.props let { schema, name, isRef, getComponent, getConfigs, depth, onToggle, expanded, specPath, ...otherProps } = this.props
let { specSelectors,expandDepth } = otherProps let { specSelectors,expandDepth } = otherProps
const { isOAS3 } = specSelectors const { isOAS3 } = specSelectors