Skip to content

Commit

Permalink
(#109) Inserindo visualização de Disciplinas sem professores
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno-Felix committed Aug 24, 2022
1 parent 86771f8 commit df5e396
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<div v-for="professor in subject.professors" :key="professor.userid">
{{professor.fullname}}
</div>
<div v-if="!subject.professors.length">
-
</div>
</td>
<td class="botao">
<button
Expand Down

0 comments on commit df5e396

Please sign in to comment.