Browse Source

delete unnecessary brackets

WNomunomu 2 years ago
parent
commit
c2bdd68701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/Admin/UserGroup/UserGroupForm.tsx

+ 1 - 1
apps/app/src/components/Admin/UserGroup/UserGroupForm.tsx

@@ -111,7 +111,7 @@ export const UserGroupForm: FC<Props> = (props: Props) => {
             </button>
             </button>
             <div className="dropdown-menu" aria-labelledby="dropdownMenuButton">
             <div className="dropdown-menu" aria-labelledby="dropdownMenuButton">
               {
               {
-                (isSelectableParentUserGroups) && (
+                isSelectableParentUserGroups && (
                   <>
                   <>
                     {
                     {
                       selectableParentUserGroups.map(userGroup => (
                       selectableParentUserGroups.map(userGroup => (