Skip to content

Commit

Permalink
feat(editor): Remove duplication of records count display
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Sep 4, 2023
1 parent 3570528 commit 66e6c99
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ <h1 class="text-[56px] capitalize font-title grow" translate="">catalog</h1>
<span translate="">new record</span>
</button>
</div>
<div *ngIf="searchFacade.resultsHits$ | async as totalHits">
<div
*ngIf="searchFacade.results$ | async as results"
translate
class="text-gray-500"
[translateParams]="{
displayed: results.length,
hits: totalHits
}"
>
results.records.hits.displayedOn
</div>
</div>
<div
class="shadow rounded bg-white grow"
*ngIf="searchFacade.results$ | async as results"
Expand Down

0 comments on commit 66e6c99

Please sign in to comment.