We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a5743 commit bb36d71Copy full SHA for bb36d71
app/[locale]/dapps/_components/dapps.tsx
@@ -294,7 +294,7 @@ const DappsPage = () => {
294
)
295
const explore = useRef<HTMLDivElement>(null)
296
297
- const queryParamCategories = searchParams.get("category") || ""
+ const queryParamCategories = searchParams?.get("category") || ""
298
useEffect(() => {
299
const selectedCategory = queryParamCategories
300
? (queryParamCategories.split(",")[0] as CategoryType)
0 commit comments