소스 검색

delete unnecessary brackets

WNomunomu 2 년 전
부모
커밋
c2bdd68701
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
             <div className="dropdown-menu" aria-labelledby="dropdownMenuButton">
               {
-                (isSelectableParentUserGroups) && (
+                isSelectableParentUserGroups && (
                   <>
                     {
                       selectableParentUserGroups.map(userGroup => (