mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
merge fix
This commit is contained in:
parent
f9e367bfbc
commit
54e4dc7e5d
@ -44,7 +44,7 @@ export default class Search extends PureComponent<SearchProps, SearchState> {
|
||||
|
||||
if (text) {
|
||||
await this.setState({
|
||||
searchTerm: `${text}`
|
||||
searchTerm: encodeURIComponent(`${text}`)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user