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

Hide tardiness-chip from lesson-notes if no student is late

parent 5ad8e7cc
No related branches found
No related tags found
1 merge request!362Resolve "Add personal note management dialog in course book"
......@@ -65,7 +65,7 @@ import TardinessChip from "../personal_notes/TardinessChip.vue";
</template>
</extra-mark-chip>
<tardiness-chip>
<tardiness-chip v-if="tardyParticipations.length > 0">
{{ $t("alsijil.personal_notes.late") }}
<template #append>
......
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