fix: correct ternary closing brackets in KnowledgeBaseCards and TeamSummary

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-29 17:11:22 -04:00
parent 912075cd43
commit cc51d21300
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ export function TeamSummary() {
{item.value}
</span>
</button>
)))}
))}
</div>
</div>
)