Skip to content

Commit

Permalink
fix: remove applications count
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassim CHEGHAM committed Apr 19, 2018
1 parent a41fb02 commit 461c386
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/search-ui/search/search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

<div class="card_sorting-options">

<span class="card_applications-count">{{ applicationsCount }}</span>

<mat-button-toggle-group (change)="onSortOptionChange($event)" #group="matButtonToggleGroup" *ngIf="applications.length > 0">
<mat-button-toggle [checked]="sortOption" value="relevance_desc">
Most Relevant
Expand Down

0 comments on commit 461c386

Please sign in to comment.