Skip to content
Snippets Groups Projects
Commit 7d6cdcd3 authored by Julian's avatar Julian
Browse files

Reformat

parent 611075a0
No related branches found
No related tags found
1 merge request!2Frontend
......@@ -87,7 +87,9 @@ export default {
);
incomingGrades.forEach((newGrade) => {
const index = effort.grades.findIndex(g => g.id === newGrade.id);
const index = effort.grades.findIndex(
(g) => g.id === newGrade.id,
);
effort.grades[index].grade = newGrade.grade;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment