This commit is contained in:
Hailey
2024-12-17 19:06:44 -08:00
parent 209fcb9a20
commit 20a20702c7
+1 -1
View File
@@ -147,7 +147,7 @@ function TopicScreenTab({
fetchNextPage,
hasNextPage,
} = useSearchPostsQuery({
query: topic.replaceAll(' ', '+').replaceAll('%20', '+'),
query: decodeURIComponent(topic),
sort,
enabled: active,
})