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, |         () => getLearningPathQuery.data.value, | ||||||
|         (learningPath) => { |         (learningPath) => { | ||||||
|             if (learningPath) { |             if (learningPath) { | ||||||
|                 hasMadeProgress.value = learningPath.amountOfNodes === learningPath.amountOfNodesLeft; |                 hasMadeProgress.value = learningPath.amountOfNodes !== learningPath.amountOfNodesLeft; | ||||||
|                 emit("update:hasSubmission", hasMadeProgress.value); |                 emit("update:hasSubmission", hasMadeProgress.value); | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|  |  | ||||||
		Reference in a new issue