(props)
| 9 | |
| 10 | class EmptyStateView extends PureComponent { |
| 11 | constructor(props) { |
| 12 | super(props); |
| 13 | |
| 14 | autoBindReact(this); |
| 15 | } |
| 16 | |
| 17 | onRetry() { |
| 18 | const { onRetry } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected