From a2c86df53316c5f6bc4ca113dd648f3ee4aac39e Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Fri, 24 Apr 2020 10:47:52 +0200 Subject: [PATCH] JSX comment --- x-pack/plugins/ingest_pipelines/public/application/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ingest_pipelines/public/application/app.tsx b/x-pack/plugins/ingest_pipelines/public/application/app.tsx index 10c427ece55e3..ba7675b507596 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/app.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/app.tsx @@ -26,7 +26,7 @@ export const AppWithoutRouter = () => ( - // Catch all + {/* Catch all */} );