diff --git a/frontend/src/components/group/GroupListBox.tsx b/frontend/src/components/group/GroupListBox.tsx index 503f377..534b104 100644 --- a/frontend/src/components/group/GroupListBox.tsx +++ b/frontend/src/components/group/GroupListBox.tsx @@ -21,7 +21,7 @@ export function GroupListBox({viewSet}: GroupListBoxProps): JSX.Element { if(viewSet.resources.length === 0) { return This Sophon instance has no groups. } - return viewSet.resources?.map(res => ) + return viewSet.resources?.map(res => ) }, [viewSet], )