if (this.state.pauseAll != this.props.pauseAll) {
      this.setState({ pauseAll: this.props.pauseAll });
    }