Skip to content

Commit

Permalink
fix #943 - hide quickfilter title when no filters
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbashan committed Jan 26, 2025
1 parent 94e6444 commit 5067794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h3>סינון מהיר:</h3>
<h3 *ngIf='filtersState.staticFilters.length'>סינון מהיר:</h3>
<div class='items'>
@for (item of filtersState.staticFilters; track item.key) {
@if (item.key?.indexOf('human_situation') === 0 && item.key && filtersState.situationsMap[item.key]) {
Expand Down

0 comments on commit 5067794

Please sign in to comment.