()
| 42 | }, |
| 43 | |
| 44 | handleContentClick(){ |
| 45 | const {onClick, onClose} = this.props |
| 46 | if (onClick) { |
| 47 | onClick(this.props) |
| 48 | onClose() |
| 49 | } |
| 50 | }, |
| 51 | |
| 52 | render() { |
| 53 | let {title, content, className, closeIcon, onClose} = this.props |
nothing calls this directly
no test coverage detected
searching dependent graphs…