mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Review changes
This commit is contained in:
parent
dea7b5dd9a
commit
bf3b7d7574
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ const SearchFiltersComponent = props => {
|
|||
</div>
|
||||
) : null}
|
||||
|
||||
{listingsAreLoaded && resultsCount === 0 ? (
|
||||
{hasNoResult ? (
|
||||
<div className={css.noSearchResults}>
|
||||
<FormattedMessage id="SearchFilters.noResults" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue