From cc389f81550180ad81bfddaa8b40dd0338d13c6d Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:21:50 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#85175) Co-authored-by: github-actions[bot] --- apps/desktop/src/app/cron/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/desktop/src/app/cron/index.tsx b/apps/desktop/src/app/cron/index.tsx index ca18aaa2db444..616a9b956dd66 100644 --- a/apps/desktop/src/app/cron/index.tsx +++ b/apps/desktop/src/app/cron/index.tsx @@ -368,9 +368,7 @@ export function CronView({ onClose, onOpenSession, setStatusbarItemGroup: _setSt const list = blueprintsQuery.data ?? [] const needle = query.trim().toLowerCase() - return needle - ? list.filter(item => `${item.title} ${item.description}`.toLowerCase().includes(needle)) - : list + return needle ? list.filter(item => `${item.title} ${item.description}`.toLowerCase().includes(needle)) : list }, [blueprintsQuery.data, query]) // Detail always reflects a concrete job: the explicitly selected one, else the