(item)
| 171 | } |
| 172 | |
| 173 | onClick (item) { |
| 174 | if (this.props.onClick) { |
| 175 | this.props.onClick(item); |
| 176 | } |
| 177 | } |
| 178 | |
| 179 | render () { |
| 180 | let { fetchStatus, selectAble, readOnly, open, icons } = this.props; |
nothing calls this directly
no test coverage detected
searching dependent graphs…