bugfix: wrong index in klipper warnings

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2021-09-20 21:12:00 +02:00
parent 6d5a31cc39
commit dc9d3361a0

View File

@ -7,7 +7,7 @@
</span>
</v-toolbar-title>
</v-toolbar>
<v-card-text :class="index > 0 ? 'py-0' : 'pt-3 pb-0'" v-for="(warning, index) in warnings" v-bind:key="warning">
<v-card-text :class="index > 0 ? 'py-0' : 'pt-3 pb-0'" v-for="(warning, index) in warnings" v-bind:key="index">
<v-divider class="my-2" v-if="index"></v-divider>
<v-row>
<v-col>