fix type errors

This commit is contained in:
James
2025-12-22 19:44:48 -05:00
parent a1331ed514
commit fe6faf9aae
2 changed files with 10 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ export function GraphView({
// Skip completed features (they're in archive)
if (f.status === 'completed') return false;
const featureBranch = f.branchName;
const featureBranch = f.branchName as string | undefined;
if (!featureBranch) {
// No branch assigned - show only on primary worktree