switch between result and results depending on the number of search results
This commit is contained in:
parent
26cd110e39
commit
a5c8bd5169
1 changed files with 2 additions and 1 deletions
|
@ -300,7 +300,8 @@ function _Search() {
|
||||||
doSearch()
|
doSearch()
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{postCards.length} results
|
{postCards.length}{" "}
|
||||||
|
{postCards.length > 1 ? "results" : "result"}
|
||||||
<h3>Filters</h3>
|
<h3>Filters</h3>
|
||||||
<StyledReactTagsContainer>
|
<StyledReactTagsContainer>
|
||||||
<ThemeConsumer>
|
<ThemeConsumer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue