From b67716fa7a473d104be296b30200936729c21df4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 7 Oct 2021 02:42:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=94=20Add=20a=20TODO=20to=20`GroupList?= =?UTF-8?q?Box`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/group/GroupListBox.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/group/GroupListBox.tsx b/frontend/src/components/group/GroupListBox.tsx index 822db66..f3da41f 100644 --- a/frontend/src/components/group/GroupListBox.tsx +++ b/frontend/src/components/group/GroupListBox.tsx @@ -11,6 +11,8 @@ export interface GroupListBoxProps extends ListRouteProps { export function GroupListBox({viewSet}: GroupListBoxProps): JSX.Element { + // TODO: Add some flavour text + return (