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:
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user