style: fix linting issues met Prettier
This commit is contained in:
parent
a824cdff94
commit
783c91b2e3
11 changed files with 112 additions and 93 deletions
|
@ -279,7 +279,8 @@
|
|||
:key="i.classId"
|
||||
>
|
||||
<td>
|
||||
{{ i.classId }} <!-- TODO fetch display name via classId because db only returns classId field -->
|
||||
{{ i.classId }}
|
||||
<!-- TODO fetch display name via classId because db only returns classId field -->
|
||||
</td>
|
||||
<td>{{ (i.sender as TeacherDTO).firstName + " " + (i.sender as TeacherDTO).lastName }}</td>
|
||||
<td class="text-right">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue