()
| 56 | }, |
| 57 | |
| 58 | close(){ |
| 59 | const {onClose} = this.props |
| 60 | if (onClose && !onClose()) return |
| 61 | this.setState({ |
| 62 | display: false |
| 63 | }); |
| 64 | }, |
| 65 | |
| 66 | render() { |
| 67 | const {display} = this.state; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…