Skip to content

Commit

Permalink
fix: remove non existent element
Browse files Browse the repository at this point in the history
  • Loading branch information
stadial committed Oct 16, 2022
1 parent adda4d5 commit f5b8b1d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
:colleges="colleges"
:genders="genders"
/>
<Lazy>
<ClassesList
:loading="loadingClasses"
:classes="filteredClasses"
@class:action="classButtonAction($event)"
/>
</Lazy>
<ClassesList
:loading="loadingClasses"
:classes="filteredClasses"
@class:action="classButtonAction($event)"
/>
<snackBar :text="snackbarText" :active="snackbarActive" />
</div>
</template>
Expand Down

0 comments on commit f5b8b1d

Please sign in to comment.