summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/worktrees_context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context/worktrees_context.go')
-rw-r--r--pkg/gui/context/worktrees_context.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/context/worktrees_context.go b/pkg/gui/context/worktrees_context.go
index 3e45f2d45..55618de85 100644
--- a/pkg/gui/context/worktrees_context.go
+++ b/pkg/gui/context/worktrees_context.go
@@ -19,6 +19,7 @@ func NewWorktreesContext(c *ContextCommon) *WorktreesContext {
func(Worktree *models.Worktree) []string {
return []string{Worktree.Name}
},
+ nil,
)
getDisplayStrings := func(_ int, _ int) [][]string {