diff --git a/src/commands/git/branch.ts b/src/commands/git/branch.ts index 26bd82f..9454025 100644 --- a/src/commands/git/branch.ts +++ b/src/commands/git/branch.ts @@ -169,10 +169,7 @@ export class BranchGitCommand extends QuickCommand { this.subcommand = state.subcommand; - context.title = getTitle( - state.subcommand === 'create' ? 'Branch from' : state.subcommand === 'delete' ? 'Branches' : this.title, - state.subcommand, - ); + context.title = getTitle(state.subcommand === 'delete' ? 'Branches' : this.title, state.subcommand); if (state.counter < 2 || state.repo == null || typeof state.repo === 'string') { skippedStepTwo = false;