From cc51d21300c811b0476abd1b7299ae008ef2c13e Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Sun, 29 Mar 2026 17:11:22 -0400 Subject: [PATCH] fix: correct ternary closing brackets in KnowledgeBaseCards and TeamSummary Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/dashboard/KnowledgeBaseCards.tsx | 2 +- frontend/src/components/dashboard/TeamSummary.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} - )))} + ))} )