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 (
|
return (
|
||||||
<Route
|
<Route
|
||||||
title={`${totalResults > 0 && totalResults} Results for <span>${
|
title={`${
|
||||||
this.searchTerm
|
totalResults > 0 ? totalResults : ''
|
||||||
}</span>`}
|
} Results for <span>${this.searchTerm}</span>`}
|
||||||
titleReverse
|
titleReverse
|
||||||
wide
|
wide
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user