From 11b47c461fb2596fcf3ec6e17b3ab2d9d2c490d1 Mon Sep 17 00:00:00 2001 From: Saarika Bhasi <55930906+saarikabhasi@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:55:56 -0500 Subject: [PATCH] [Search] Remove stray parantheses on the indices page (#171056) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Remove stray parenthesis on the indices page. Screenshot 2023-11-10 at 4 12 42 PM --- .../components/search_indices/search_indices.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_indices/search_indices.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_indices/search_indices.tsx index 7085784d660f2..8e778228857e1 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_indices/search_indices.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_indices/search_indices.tsx @@ -319,7 +319,6 @@ export const SearchIndices: React.FC = () => { )} - ) ); };