diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/search/Suggestions.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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([ |