From bc405c9e37d5ab68434f20b1b499d7c1b5e59766 Mon Sep 17 00:00:00 2001 From: Justin De Burgo Date: Tue, 15 Nov 2022 16:50:13 -0600 Subject: [PATCH] removing space Co-authored-by: Zeky Abubaker Signed-off-by: Lucas De Souza --- .../src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx b/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx index aa9daffee1..3c655ec11b 100644 --- a/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx +++ b/plugins/catalog-import/src/components/StepInitAnalyzeUrl/StepInitAnalyzeUrl.tsx @@ -114,8 +114,8 @@ export const StepInitAnalyzeUrl = (props: StepInitAnalyzeUrlProps) => { default: { const err = `Received unknown analysis result of type ${ - (analysisResult as any).type - }. Please contact the support team.` + (analysisResult as any).type + }. Please contact the support team.`; setError(err); setSubmitted(false);