style: fix linting issues met Prettier
This commit is contained in:
parent
a5e4f2437b
commit
447fd150da
7 changed files with 20 additions and 21 deletions
|
@ -346,9 +346,7 @@
|
|||
<ClassDisplay :classId="i.classId" />
|
||||
</td>
|
||||
<td>
|
||||
{{
|
||||
(i.sender as TeacherDTO).firstName + " " + (i.sender as TeacherDTO).lastName
|
||||
}}
|
||||
{{ (i.sender as TeacherDTO).firstName + " " + (i.sender as TeacherDTO).lastName }}
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<span v-if="!isSmAndDown">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue