diff --git a/components/reasoning-workspace.jsx b/components/reasoning-workspace.jsx
index cb91855..6551fa9 100644
--- a/components/reasoning-workspace.jsx
+++ b/components/reasoning-workspace.jsx
@@ -168,6 +168,7 @@ function FocusedQuestionBody({
setDoneForNowIds,
setFollowUpQuestion,
focusedContributions,
+ currentFindings,
}) {
const hasContent = focused?.question?.trim() || formulationStep === "active" || processingStep === "active" || focused?.error;
const hasResult = Boolean(focused?.result);
@@ -201,7 +202,7 @@ function FocusedQuestionBody({
{/* Prior accumulated learning (prior turns, current turn excluded — shown above) */}