fixup! fix(frontend): Submission status per groep
This commit is contained in:
parent
0e8b1d803f
commit
cd2f8583f9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
() => getLearningPathQuery.data.value,
|
||||
(learningPath) => {
|
||||
if (learningPath) {
|
||||
hasMadeProgress.value = learningPath.amountOfNodes === learningPath.amountOfNodesLeft;
|
||||
hasMadeProgress.value = learningPath.amountOfNodes !== learningPath.amountOfNodesLeft;
|
||||
emit("update:hasSubmission", hasMadeProgress.value);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue