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:
@@ -64,7 +64,7 @@ export function KnowledgeBaseCards() {
|
||||
</span>
|
||||
<ChevronRight size={14} className="text-muted-foreground opacity-0 -translate-x-1 group-hover:opacity-100 group-hover:translate-x-0 transition-all" />
|
||||
</button>
|
||||
)))}
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -62,7 +62,7 @@ export function TeamSummary() {
|
||||
{item.value}
|
||||
</span>
|
||||
</button>
|
||||
)))}
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user