🐛 Fix bug which displayed selector for low number of items

This commit is contained in:
Jan Oberhauser 2020-07-29 22:43:05 +02:00
parent 729da6f73e
commit c298fd325a

View file

@ -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: