mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🤔 Add a TODO to GroupListBox
This commit is contained in:
parent
a7eb7a78b4
commit
b67716fa7a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ export interface GroupListBoxProps extends ListRouteProps<SophonResearchGroup> {
|
|||
|
||||
|
||||
export function GroupListBox({viewSet}: GroupListBoxProps): JSX.Element {
|
||||
// TODO: Add some flavour text
|
||||
|
||||
return (
|
||||
<Box>
|
||||
<Heading level={3}>
|
||||
|
|
Loading…
Reference in a new issue