From bacd279e56dcbe690cf909dfb5eeaf88e4a44be3 Mon Sep 17 00:00:00 2001 From: Timothy Carambat Date: Tue, 16 Dec 2025 19:38:06 -0800 Subject: [PATCH] hanging lint --- frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx b/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx index d64d422e..284ebdfb 100644 --- a/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx +++ b/frontend/src/pages/Admin/Agents/WebSearchSelection/index.jsx @@ -53,8 +53,7 @@ const SEARCH_PROVIDERS = [ value: "google-search-engine", logo: GoogleSearchIcon, options: (settings) => , - description: - "Web search powered by a custom Google Search Engine.", + description: "Web search powered by a custom Google Search Engine.", }, { name: "SerpApi",