diff --git a/frontend/src/components/dashboard/KnowledgeBaseCards.tsx b/frontend/src/components/dashboard/KnowledgeBaseCards.tsx index 04a3a9f8..579dffba 100644 --- a/frontend/src/components/dashboard/KnowledgeBaseCards.tsx +++ b/frontend/src/components/dashboard/KnowledgeBaseCards.tsx @@ -64,7 +64,7 @@ export function KnowledgeBaseCards() { - )))} + ))} ) diff --git a/frontend/src/components/dashboard/TeamSummary.tsx b/frontend/src/components/dashboard/TeamSummary.tsx index cf08c0f3..b0557de4 100644 --- a/frontend/src/components/dashboard/TeamSummary.tsx +++ b/frontend/src/components/dashboard/TeamSummary.tsx @@ -62,7 +62,7 @@ export function TeamSummary() { {item.value} - )))} + ))} )