I'm stupid

This commit is contained in:
Bruno Bergher 2025-11-13 16:11:20 +00:00
parent 61a57108a2
commit 52a57f6ae6

View file

@ -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" })