From 8917cf77a0a73e38ad769cea090591c229d5a868 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 19 Apr 2023 12:43:34 -0500 Subject: Fix: consistently give suggestions in search (#493) --- src/view/com/search/Suggestions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/search/Suggestions.tsx b/src/view/com/search/Suggestions.tsx index c1355bfb5..aacab5c98 100644 --- a/src/view/com/search/Suggestions.tsx +++ b/src/view/com/search/Suggestions.tsx @@ -91,7 +91,7 @@ export const Suggestions = observer( for (const source of foafs.sources) { const item = foafs.foafs.get(source) if (!item || item.follows.length === 0) { - return + continue } items = items .concat([ -- cgit 1.4.1