mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-10 18:52:07 +08:00
Fix: Quicklaunch show only services with a link
Signed-off-by: Denis Papec <denis.papec@gmail.com>
This commit is contained in:
@@ -117,7 +117,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
setResults(newResults);
|
setResults(newResults.filter(r => r?.href));
|
||||||
|
|
||||||
if (newResults.length) {
|
if (newResults.length) {
|
||||||
setCurrentItemIndex(0);
|
setCurrentItemIndex(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user