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

Hide absence-reason-chip in ManageStudentsDialog.vue if the person is not absent

parent 5b1ec913
No related branches found
No related tags found
1 merge request!362Resolve "Add personal note management dialog in course book"
......@@ -152,6 +152,7 @@ export default {
v-if="item.absenceReason || item.notesWithExtraMark?.length > 0"
>
<absence-reason-chip
v-if="item.absenceReason"
small
:absence-reason="item.absenceReason"
class="mr-1"
......
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