Skip to content
Snippets Groups Projects
Commit 15926c5b authored by permcu's avatar permcu
Browse files

Remove too eager comment

parent 0a83654f
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
Pipeline #168314 failed
......@@ -11,7 +11,6 @@
<v-list-item-content>
<v-list-item-title>{{ $d(day[0], "short") }}</v-list-item-title>
<v-list>
<!-- I know slice copies the array. But show me something better. -->
<v-list-item v-for="doc in day.slice(1)">
<v-card class="my-2 full-width">
<documentation :documentation="doc" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment