handleCopy = () => {
    const url = this.props.status.get('url');
    navigator.clipboard.writeText(url);
  };