Skip to content

Commit d560277

Browse files
fix: mocking tweak
1 parent 3687d6b commit d560277

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/ProgressBar/hooks.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ export const useProgressStepData = ({ step, canRevisit = false }) => {
3131
inProgress: stepState === stepStates.inProgress,
3232
isPastDue: stepState === stepStates.closed,
3333
myGrade,
34-
/*
35-
myGrade: { earned: 8, possible: 10 },
36-
isPastDue: step === 'self',
37-
*/
34+
// myGrade: { earned: 8, possible: 10 },
35+
// isPastDue: step === 'self',
36+
3837
};
3938
};
4039

0 commit comments

Comments
 (0)