Skip to content

Commit

Permalink
Hide the quiz progress for now
Browse files Browse the repository at this point in the history
  • Loading branch information
makeri89 committed Feb 16, 2023
1 parent 7049732 commit e00d170
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/services/progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ export async function fetchProgress(t) {
// const currentCourseVariant = userDetails?.extra_fields?.course_variant
const progressByGroup = {}

console.log("progressesCollection", progressesCollection)

progressesCollection[1].forEach((progressEntry) => {
progressEntry.group = progressEntry.group.replace("osa", "part")
})
// progressesCollection[1].forEach((progressEntry) => {
// progressEntry.group = progressEntry.group.replace("osa", "part")
// })

zip(serviceIdentifiers, progressesCollection).forEach(
([identifier, progresses]) => {
Expand Down

0 comments on commit e00d170

Please sign in to comment.