Skip to content

Commit c4fb8bf

Browse files
committed
Update PlanPage.tsx
1 parent 551ce9b commit c4fb8bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/frontend/src/pages/PlanPage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ const PlanPage: React.FC = () => {
4444
const [loading, setLoading] = useState<boolean>(true);
4545
const [submittingChatDisableInput, setSubmitting] = useState<boolean>(false);
4646
const [error, setError] = useState<Error | null>(null);
47-
const [processingSubtaskId, setProcessingSubtaskId] = useState<string | null>(
48-
null
49-
);
47+
5048
const [planApprovalRequest, setPlanApprovalRequest] = useState<MPlanData | null>(null);
5149
const [reloadLeftList, setReloadLeftList] = useState(true);
5250
const [waitingForPlan, setWaitingForPlan] = useState(true);

0 commit comments

Comments
 (0)