From 77cf609a09c34bf7f0c29dcf89f1db151f7c770c Mon Sep 17 00:00:00 2001 From: Sandu Victor Date: Fri, 31 May 2024 13:35:02 +0300 Subject: [PATCH] deleted empty line --- src/components/quicklaunch.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/quicklaunch.jsx b/src/components/quicklaunch.jsx index 8b6fb0d9..b64439f1 100644 --- a/src/components/quicklaunch.jsx +++ b/src/components/quicklaunch.jsx @@ -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]];