Skip to content

Commit ae06609

Browse files
committed
removed trailing space
1 parent 0affd9a commit ae06609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/containers/SubmissionPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class SubmissionsPageContainer extends React.Component {
7272
} = this.props;
7373

7474
// On final upload, the survey should appear
75-
Sprig('track', 'onUploadSubmission');
75+
Sprig('track', 'onUploadSubmission');
7676
submit(tokenV3, tokenV2, challengeId, body, isMM(challenge) ? 'DEVELOP' : track);
7777
}
7878

0 commit comments

Comments
 (0)