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

Reformat

parent 17b2950a
No related branches found
No related tags found
1 merge request!407Resolve "Allow setting of tardiness for multiple students at once, also suggest time from lesson start"
Pipeline #192491 failed
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
{{ {{
$t("alsijil.personal_notes.confirm_delete_tardiness", { $t("alsijil.personal_notes.confirm_delete_tardiness", {
tardiness: previousValue, tardiness: previousValue,
name: participations.map(p => p.person.firstName).join(", "), name: participations.map((p) => p.person.firstName).join(", "),
}) })
}} }}
</template> </template>
......
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