diff --git a/app/(protected)/projects/page-client.tsx b/app/(protected)/projects/page-client.tsx index 32364234..85aa8c36 100644 --- a/app/(protected)/projects/page-client.tsx +++ b/app/(protected)/projects/page-client.tsx @@ -90,9 +90,11 @@ export default function PageClient({ email }: { email: string }) { } function ProjectCard({ + key, project, teamId, }: { + key: number; project: Project; teamId: string; }) { @@ -111,7 +113,7 @@ function ProjectCard({ return
- Create projects and deploy AI models. + Standard-level permissions. Can view and edit projects.