Skip to content

Commit bed5f92

Browse files
dem4roniHiD
authored andcommitted
Fix submitting status as 'grace' (exercism#7864)
1 parent 43562a6 commit bed5f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/components/bootcamp/CSSExercisePage/LHS/ControlButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function ControlButtons({
9494
postUrl: links.postSubmission,
9595
code,
9696
testResults: {
97-
status,
97+
status: status === 'grace' ? 'pass' : status,
9898
tests: [],
9999
},
100100
customFunctions: [],

0 commit comments

Comments
 (0)