diff options
Diffstat (limited to 'ui/stashhelp.go')
-rw-r--r-- | ui/stashhelp.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/stashhelp.go b/ui/stashhelp.go index 636b751..7c009e7 100644 --- a/ui/stashhelp.go +++ b/ui/stashhelp.go @@ -130,9 +130,6 @@ func (m stashModel) helpView() (string, int) { filterHelp = []string{"/", "edit search", "esc", "clear filter"} } else { filterHelp = []string{"/", "find"} - if m.stashFullyLoaded { - filterHelp = append(filterHelp, "t", "team filter") - } } if isEditable { |