Skip to content

Commit

Permalink
fix: mocking tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
muselesscreator committed Oct 10, 2023
1 parent 3687d6b commit d560277
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/ProgressBar/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ export const useProgressStepData = ({ step, canRevisit = false }) => {
inProgress: stepState === stepStates.inProgress,
isPastDue: stepState === stepStates.closed,
myGrade,
/*
myGrade: { earned: 8, possible: 10 },
isPastDue: step === 'self',
*/
// myGrade: { earned: 8, possible: 10 },
// isPastDue: step === 'self',

};
};

Expand Down

0 comments on commit d560277

Please sign in to comment.