better describing text in queued list
This commit is contained in:
@@ -65,7 +65,9 @@
|
||||
v-if="packageCount.queued > packageCount.building"
|
||||
prepend-icon="mdi-dots-horizontal">
|
||||
<v-list-item-title>
|
||||
+ {{ packageCount.queued - packageCount.building }} more
|
||||
<span v-if="packageCount.building > 0">+</span>
|
||||
{{ packageCount.queued - packageCount.building }}
|
||||
<span v-if="packageCount.building > 0">more</span><span v-else>in queue</span>
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
|
||||
Reference in New Issue
Block a user