diff --git a/frontend/src/components/group/GroupListBox.tsx b/frontend/src/components/group/GroupListBox.tsx index 7330935..e5aec7a 100644 --- a/frontend/src/components/group/GroupListBox.tsx +++ b/frontend/src/components/group/GroupListBox.tsx @@ -1,6 +1,5 @@ import {Box, Heading} from "@steffo/bluelib-react" import * as React from "react" -import {useInstanceContext} from "../../contexts/instance" import {ManagedViewSet} from "../../hooks/useManagedViewSet" import {SophonResearchGroup} from "../../types/SophonTypes" import {GroupResourcePanel} from "./GroupResourcePanel" @@ -12,12 +11,10 @@ export interface GroupListBoxProps { export function GroupListBox({viewSet}: GroupListBoxProps): JSX.Element { - const instance = useInstanceContext() - return ( - Research groups on {instance?.state.details?.name} + Research groups

Research groups are groups of people that work together on one or more research projects.