🐛 Fix bug which displayed selector for low number of items
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<strong v-if="dataCount < maxDisplayItems && dataSize < MAX_DISPLAY_DATA_SIZE">
|
<strong v-if="dataCount < maxDisplayItems">
|
||||||
Results: {{ dataCount }}
|
Results: {{ dataCount }}
|
||||||
</strong>
|
</strong>
|
||||||
<strong v-else>Results:
|
<strong v-else>Results:
|
||||||
|
|||||||
Reference in New Issue
Block a user