Skip to content

Commit

Permalink
fix: teacher popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Sep 20, 2024
1 parent 3885f1c commit 6c602c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ReviewTeacher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ async function fetch() {
loading.value = true
try {
const {data: reviews} = await nextApi.get(`/teachers/reviews/${teacherId}`)
const {data: reviews} = await nextApi.get(`/entities/teachers/reviews/${teacherId}`)
review.value = reviews
loading.value = false
Expand Down
4 changes: 2 additions & 2 deletions src/pages/matricula/fragments/professorPopover.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<div class="col-md-12 isTeacherReview ufabc-extension-prof ufabc-well ufabc-transparent" style="margin-top: 6px;"> Teoria: <a class="ReviewTeacher Help" data="{{ component.teoriaId }}" teacherName="{{ component.teoria }}" style="cursor: pointer;">{{ component.teoria }}</a>
</div>
{{/ component.teoria }}

{{# component.pratica }}
<div class="col-md-12 isTeacherReview ufabc-extension-prof ufabc-well ufabc-transparent" style="margin-top: 6px;"> Prática: <a class="ReviewTeacher Help" data="{{ component.praticaId }}" teacherName="{{ component.pratica }}" style="cursor: pointer;">{{ component.pratica }}</a>
</div>
{{/ component.pratica }}
</div>
</div>

0 comments on commit 6c602c5

Please sign in to comment.