Skip to content

Commit

Permalink
Filters count loading withing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 31, 2023
1 parent c82863f commit 740a003
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
}
</span>
@if (searchState.mapLoading()) {
&nbsp;
<span class='filters-loading'></span>
<span class='bounded'>&nbsp;(</span><span class='filters-loading'></span><span>)</span>
} @else {
@if (searchState.mapCount() >= 0 && searchState.mapCount() !== searchState.nationWideCount() && (!!areaSearchState.area_ || !areaSearchState.nationWide_)) {
<span class='bounded'>
Expand Down

0 comments on commit 740a003

Please sign in to comment.