From 205aa4f01873c77fe239ee1e6e51584e243297d3 Mon Sep 17 00:00:00 2001 From: Yulia Cech Date: Wed, 7 Apr 2021 14:51:05 +0200 Subject: [PATCH] Deleted unneeded fragment component --- .../remote_cluster_form/components/cloud_url_help.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/x-pack/plugins/remote_clusters/public/application/sections/components/remote_cluster_form/components/cloud_url_help.tsx b/x-pack/plugins/remote_clusters/public/application/sections/components/remote_cluster_form/components/cloud_url_help.tsx index 51195c76c08f4..34b632af411d5 100644 --- a/x-pack/plugins/remote_clusters/public/application/sections/components/remote_cluster_form/components/cloud_url_help.tsx +++ b/x-pack/plugins/remote_clusters/public/application/sections/components/remote_cluster_form/components/cloud_url_help.tsx @@ -52,11 +52,7 @@ export const CloudUrlHelp: FunctionComponent = () => { /> ), - elasticsearch: ( - <> - Elasticsearch - - ), + elasticsearch: ( Elasticsearch), }} />