constructor(props) {
    super(props);
    this.state = {
      onlyFailures: false,
    }