fix: show Add Candidate button in comparison view

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 18:51:49 +02:00
parent 33f735af67
commit 70e7cd2f0f

View File

@@ -129,7 +129,7 @@ function ThreadDetailPage() {
{/* Toolbar: Add candidate + view toggle */}
<div className="mb-6 flex items-center gap-3 flex-wrap">
{isActive && candidateViewMode !== "compare" && (
{isActive && (
<button
type="button"
onClick={openCandidateAddPanel}