Revert "Fix: Quicklaunch show only services with a link"
This reverts commit 30ee825611.
This commit is contained in:
parent
30ee825611
commit
53bf49f94e
@ -117,7 +117,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
setResults(newResults.filter(r => r?.href));
|
setResults(newResults);
|
||||||
|
|
||||||
if (newResults.length) {
|
if (newResults.length) {
|
||||||
setCurrentItemIndex(0);
|
setCurrentItemIndex(0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user