feat(default.vue): removing one of two dividers when no library to display

This commit is contained in:
Thibault Nocchi 2020-09-06 12:52:26 +02:00
parent ec5938e1ab
commit f35a4e3c57

View File

@ -23,7 +23,7 @@
</v-list-item-content>
</v-list-item>
</v-list>
<v-divider></v-divider>
<v-divider v-if="libraries.length > 0"></v-divider>
<v-list>
<v-list-item
v-for="(library, i) in libraries"