Hide queue visualization if nothing to show (#3003)

This commit is contained in:
qwerty287 2023-12-25 13:38:58 +01:00 committed by GitHub
parent acec955943
commit d82e151440
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
{{ stats.completed_count }}
</h4>
</div>
<div class="pb-4 lg:pb-6">
<div v-if="total > 0" class="pb-4 lg:pb-6">
<div class="overflow-hidden rounded-full h-3 flex transition-all duration-500">
<div
v-for="item in data"