From 52a57f6ae6807dc07bd54dcd1a63949106dbcfb0 Mon Sep 17 00:00:00 2001 From: Bruno Bergher Date: Thu, 13 Nov 2025 16:11:20 +0000 Subject: [PATCH] I'm stupid --- webview-ui/src/components/history/HistoryPreview.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webview-ui/src/components/history/HistoryPreview.tsx b/webview-ui/src/components/history/HistoryPreview.tsx index 6bbe48f44a..d9b2713a36 100644 --- a/webview-ui/src/components/history/HistoryPreview.tsx +++ b/webview-ui/src/components/history/HistoryPreview.tsx @@ -10,9 +10,7 @@ import TaskItem from "./TaskItem" const HistoryPreview = () => { const { tasks } = useTaskSearch() const { t } = useAppTranslation() - let { maxTasksHomeScreen } = useExtensionState() - - maxTasksHomeScreen = 100 + const { maxTasksHomeScreen } = useExtensionState() const handleViewAllHistory = () => { vscode.postMessage({ type: "switchTab", tab: "history" })