diff --git a/list/list.go b/list/list.go index 9380e0e9..156c54a9 100644 --- a/list/list.go +++ b/list/list.go @@ -1082,7 +1082,7 @@ func (m Model) populatedView() string { if m.filterState == Filtering { return "" } - m.Styles.NoItems.Render("No items found.") + return m.Styles.NoItems.Render("No items found.") } if len(items) > 0 {