handleLogOutClick = e => {
    e.preventDefault();
    e.stopPropagation();

    this.props.onLogout();