Skip to content
Snippets Groups Projects
Verified Commit eae37464 authored by Hangzhi Yu's avatar Hangzhi Yu Committed by Jonathan Weth
Browse files

Reformat

parent f3dae9f6
No related branches found
No related tags found
1 merge request!398Resolve "Respect permissions in coursebook frontend"
......@@ -118,12 +118,13 @@ import PersonalNoteChip from "../personal_notes/PersonalNoteChip.vue";
</template>
</tardiness-chip>
<personal-note-chip
v-if="!documentation.canViewParticipationStatus && total == 1"
v-for="note in documentation?.participations[0]?.notesWithNote"
:key="'text-note-note-' + note.id"
:note="note"
/>
<template v-if="!documentation.canViewParticipationStatus && total == 1">
<personal-note-chip
v-for="note in documentation?.participations[0]?.notesWithNote"
:key="'text-note-note-' + note.id"
:note="note"
/>
</template>
<manage-students-trigger
v-if="documentation.canEditParticipationStatus"
......
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