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