mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
hotfix for search title
This commit is contained in:
parent
26b663a09c
commit
f032a36e47
@ -88,9 +88,9 @@ export default class Search extends PureComponent<SearchProps, SearchState> {
|
||||
|
||||
return (
|
||||
<Route
|
||||
title={`${totalResults > 0 && totalResults} Results for <span>${
|
||||
this.searchTerm
|
||||
}</span>`}
|
||||
title={`${
|
||||
totalResults > 0 ? totalResults : ''
|
||||
} Results for <span>${this.searchTerm}</span>`}
|
||||
titleReverse
|
||||
wide
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user