From 35ad8320b94b24b99cebe89e95eddf4928fda6ec Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 5 Oct 2023 19:49:31 +0330 Subject: [PATCH] hot fix --- pages/public/collections/[id].tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/public/collections/[id].tsx b/pages/public/collections/[id].tsx index 78eb2a1..1e3dd29 100644 --- a/pages/public/collections/[id].tsx +++ b/pages/public/collections/[id].tsx @@ -1,3 +1,4 @@ +"use client"; import LinkCard from "@/components/PublicPage/LinkCard"; import useDetectPageBottom from "@/hooks/useDetectPageBottom"; import getPublicCollectionData from "@/lib/client/getPublicCollectionData";