componentWillUnmount () {
    if (false === this.props.support.valid) {
      this.props.dispatch(deleteSupportDump());
    }
  }