encode searchText rather than queryTerm
This commit is contained in:
@@ -796,7 +796,7 @@ export function SearchScreen(
|
|||||||
to={
|
to={
|
||||||
isNative
|
isNative
|
||||||
? undefined
|
? undefined
|
||||||
: `/search?q=${encodeURIComponent(queryTerm)}`
|
: `/search?q=${encodeURIComponent(searchText)}`
|
||||||
}
|
}
|
||||||
style={{borderBottomWidth: 1}}
|
style={{borderBottomWidth: 1}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user