renderLinkChatUserConnected() {
        if (this.props.connected && this.props.auth === "user") {
            return [
                <li className="nav-item" key={1}>
                    <Link to="/chat">Chat</Link>