From 4fcc9654dc18f264aed734660084832fb096cb80 Mon Sep 17 00:00:00 2001 From: jenny-s51 Date: Tue, 18 May 2021 10:39:17 -0400 Subject: [PATCH] rowsandchecks --- src/user/JoinGroupDialog.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/user/JoinGroupDialog.tsx b/src/user/JoinGroupDialog.tsx index d93b518bb8..73d18b551f 100644 --- a/src/user/JoinGroupDialog.tsx +++ b/src/user/JoinGroupDialog.tsx @@ -23,11 +23,6 @@ import { useTranslation } from "react-i18next"; import { useFetch, useAdminClient } from "../context/auth/AdminClient"; import { AngleRightIcon, SearchIcon } from "@patternfly/react-icons"; import GroupRepresentation from "keycloak-admin/lib/defs/groupRepresentation"; -<<<<<<< HEAD -import _ from "lodash"; -======= -import { useErrorHandler } from "react-error-boundary"; ->>>>>>> update checkbox styles and add disabled functionality to user grops modal import { useParams } from "react-router-dom"; export type JoinGroupDialogProps = { @@ -209,7 +204,6 @@ export const JoinGroupDialog = ({ } : undefined } - // onClick={hasSubgroups(group) ? undefined} >