teams list now renders

This commit is contained in:
Carter 2024-11-18 10:10:29 -06:00
parent 17c559bdfc
commit e95b654d7f
81 changed files with 6132 additions and 40 deletions

View file

@ -73,8 +73,8 @@ export default function TeamProvider(props: PropsWithChildren<Props>) {
const updatePreferences = (
key: string,
preferences: pond.TeamPreferences,
keys?: string[],
types?: string[]
// keys?: string[],
// types?: string[]
) => {
return put(pondURL("/teams/" + key + "/preferences"), preferences);
};