diff --git a/src/components/dashboard/ProjectCard.tsx b/src/components/dashboard/ProjectCard.tsx index 7892e25..0f53354 100644 --- a/src/components/dashboard/ProjectCard.tsx +++ b/src/components/dashboard/ProjectCard.tsx @@ -60,7 +60,7 @@ interface Props { spacesJson?: SpacesJson | null; } -export function ProjectCard({ project: p, role, spacesJson }: Props) { +export function ProjectCard({ project: p, spacesJson }: Props) { const [expanded, setExpanded] = useState(false); const [showToolsMgr, setShowToolsMgr] = useState(false); const [toolsMgrDefaultAdd, setToolsMgrDefaultAdd] = useState(false);