Skip to content

Commit

Permalink
Add more TODOs in relevant files so I don't forget where to change stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Sep 20, 2024
1 parent c1ceb6f commit 0c1a766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/components/User/GroupCreationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ interface GroupManagerProps {

const chooseCountry = 'Choose a country...';

// TODO probably reuse part of this UI for the new group edit UI

const InnerGroupCreationForm: FC<GroupManagerProps> = ({ clientConfig, accessToken }) => {
const [errorMessage, setErrorMessage] = useState<string | undefined>(undefined);

Expand Down
2 changes: 2 additions & 0 deletions website/src/components/User/GroupPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ type GroupPageProps = {
userGroups: Group[];
};

// TODO add edit button somewhere here

const InnerGroupPage: FC<GroupPageProps> = ({
prefetchedGroupDetails,
clientConfig,
Expand Down

0 comments on commit 0c1a766

Please sign in to comment.