diff --git a/src/App.tsx b/src/App.tsx index 8095c89..695848b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -617,7 +617,6 @@ export default function App({ repoPath }: { repoPath: string }) { const launchers = repo?.mergedConfig.launchers ?? []; const hooksMap: HooksMap = repo?.mergedConfig.hooks ?? {}; - const hookCount = Object.keys(hooksMap).filter((e) => (hooksMap[e as HookEvent]?.length ?? 0) > 0).length; return (