Skip to content

Commit

Permalink
fix counter to display right information
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos committed Feb 20, 2024
1 parent 88fbbb1 commit 3961551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NegotiationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@
<div>
<div class="row row-cols-2 d-grid-row mt-3">
<p v-if="sortedNegotiations.length > 0">
<strong>Search results : </strong><br>
{{ sortedNegotiations.length }} Negotiations found
</p>
<strong>Search results : </strong><br>
<span class="text-muted">{{ pagination.totalElements }} Negotiations found</span>
</p>

<div class="text-end my-2">
<button
Expand Down

0 comments on commit 3961551

Please sign in to comment.