Skip to content

Commit 6d73315

Browse files
committed
Update PlanPage.tsx
1 parent 85d3525 commit 6d73315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/pages/PlanPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const PlanPage: React.FC = () => {
108108
setPlanApprovalRequest(mPlanData);
109109
setWaitingForPlan(false);
110110
// onPlanReceived?.(mPlanData);
111-
// scrollToBottom();
111+
scrollToBottom();
112112
} else {
113113
console.error('❌ Failed to parse plan data', approvalRequest);
114114
}

0 commit comments

Comments
 (0)