mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
cleaning up code
This commit is contained in:
@@ -130,7 +130,6 @@ export function WorktreeTab({
|
||||
}
|
||||
})();
|
||||
|
||||
const prTitle = worktree.pr.title || `Pull Request #${worktree.pr.number}`;
|
||||
const prLabel = `Pull Request #${worktree.pr.number}, ${prState}${worktree.pr.title ? `: ${worktree.pr.title}` : ""}`;
|
||||
|
||||
// Helper to get status icon color for the selected state
|
||||
|
||||
Reference in New Issue
Block a user