fix(FN-4308): complete Step 7 — fetch done task diff stats without commit SHA gate
Fusion-Task-Id: FN-4308 Fusion-Task-Lineage: d0a46a8f-2245-4ddc-99b4-06d78e87db16
This commit is contained in:
@@ -102,7 +102,7 @@ export function useTaskDiffStats(
|
||||
return;
|
||||
}
|
||||
|
||||
const shouldFetchDoneTask = column === "done" && Boolean(commitSha);
|
||||
const shouldFetchDoneTask = column === "done";
|
||||
const shouldFetchActiveTask = (column === "in-progress" || column === "in-review") && Boolean(worktree);
|
||||
|
||||
if (!taskId || (!shouldFetchDoneTask && !shouldFetchActiveTask)) {
|
||||
|
||||
Reference in New Issue
Block a user