deleted empty line
This commit is contained in:
parent
5f00f88f53
commit
77cf609a09
@ -35,7 +35,6 @@ export default function QuickLaunch({ servicesAndBookmarks, searchString, setSea
|
||||
searchProvider = searchProviders[settings.quicklaunch.provider];
|
||||
} else if (searchWidget) {
|
||||
// If there is no search provider in quick launch settings, try to get it from the search widget
|
||||
|
||||
if (Array.isArray(searchWidget.options?.provider)) {
|
||||
// If search provider is a list, try to retrieve from localstorage, fall back to the first
|
||||
searchProvider = getStoredProvider() ?? searchProviders[searchWidget.options.provider[0]];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user