Linter & test harness fixes

This commit is contained in:
Kyle Shockey
2017-12-07 17:07:30 -08:00
parent bfb4c7a8d7
commit 60ee667688
3 changed files with 6 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ export default class ObjectModel extends Component {
let { schema, name, isRef, getComponent, getConfigs, depth, specPath, expandDepth, ...otherProps } = this.props
let { specSelectors } = otherProps
const { isOAS3 } = specSelectors
if(!schema) {
return null
}