diff --git a/ui/stash.go b/ui/stash.go index fd305b6..11c1c04 100644 --- a/ui/stash.go +++ b/ui/stash.go @@ -237,7 +237,7 @@ func (m *stashModel) getNotes() []*markdown { case stashedMarkdown: note = t.Note default: - note = t.localPath + note = t.displayPath } targets = append(targets, note)