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={ to={
isNative isNative
? undefined ? undefined
: `/search?q=${encodeURIComponent(queryTerm)}` : `/search?q=${encodeURIComponent(searchText)}`
} }
style={{borderBottomWidth: 1}} style={{borderBottomWidth: 1}}
/> />