removing space

Co-authored-by: Zeky Abubaker <zekyabu@users.noreply.github.com>
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com>
This commit is contained in:
Justin De Burgo
2022-11-15 16:50:13 -06:00
committed by Lucas De Souza
parent 08c58453d5
commit bc405c9e37
@@ -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);