Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Update Timetable.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Sep 4, 2022
1 parent e709795 commit 64448a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Timetable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div v-if="!this.loaded" class="lds-dual-ring"></div>
<div v-else class='container'>
<div class='info'>{{ this.groupInfo.number }} группа</div>
<div class="no-events" v-if="!this.timetable.length">мероприятия отсутствуют</div>
<div class="no-events" v-if="!this.timetable.length">пары отсутствуют</div>
<ul v-else>
<EventRow v-for="lesson of this.timetable" :key='lesson.id' :lesson="lesson" />
</ul>
Expand Down

0 comments on commit 64448a7

Please sign in to comment.