fix(frontend): Typo

Co-authored-by: Gabriellvl <vanlangenhovefga@gmail.com>
This commit is contained in:
Tibo De Peuter 2025-05-18 11:49:09 +02:00
parent c25dabb2ed
commit c627806e27
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -215,7 +215,7 @@
</p> </p>
</template> </template>
</v-list-item> </v-list-item>
<v-list-itemF <v-list-item
v-if=" v-if="
query.classId && query.assignmentNo && authService.authState.activeRole === AccountType.Teacher query.classId && query.assignmentNo && authService.authState.activeRole === AccountType.Teacher
" "
@ -227,7 +227,7 @@
v-model="forGroupQueryParam" v-model="forGroupQueryParam"
/> />
</template> </template>
</v-list-itemF> </v-list-item>
<v-divider></v-divider> <v-divider></v-divider>
<div> <div>
<using-query-result <using-query-result