(props)
| 13194 | function _Settings(_props) { |
| 13195 | class __Settings extends (0, _base.base).react.Component { |
| 13196 | constructor(props){ |
| 13197 | super(props); |
| 13198 | this.state = initState(props); |
| 13199 | } |
| 13200 | render() { |
| 13201 | const { props , state } = this; |
| 13202 | if (!props.explorer.viewer || !props.explorer.viewer.vegaSpec) return null; |
nothing calls this directly
no test coverage detected