render()
in
test.js [276:278]
3
lines of code
2
McCabe index (conditional complexity)
render() { return this.state.error !== null ? null : this.props.children; }