encode searchText rather than queryTerm

This commit is contained in:
Hailey
2024-04-23 14:28:09 -07:00
parent 781e806b22
commit ca23b15c3c
+1 -1
View File
@@ -796,7 +796,7 @@ export function SearchScreen(
to={
isNative
? undefined
: `/search?q=${encodeURIComponent(queryTerm)}`
: `/search?q=${encodeURIComponent(searchText)}`
}
style={{borderBottomWidth: 1}}
/>