Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcnulty authored Dec 2, 2023
1 parent 0512f79 commit bc70aac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const SubmissionWizard = ({
try {
responseErrorText = await response.text();
} catch (e) {
responseErrorText = 'Could not read parser error:\n\n' + e.message;
responseErrorText = 'Could not read parser error:' + '\n\n' + e.message;
}

if (responseErrorText) {
Expand Down

0 comments on commit bc70aac

Please sign in to comment.