Fix: consistently give suggestions in search (#493)
parent
192f842ebd
commit
8917cf77a0
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue