From 9d9a709f9e5c1256c4c4eb2a5b70b66c979bc5d6 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 19 Oct 2022 14:26:41 +0300 Subject: [PATCH] Removing log --- src/components/Asset/RelatedAssets/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Asset/RelatedAssets/index.tsx b/src/components/Asset/RelatedAssets/index.tsx index 28359dde9..346a24a34 100644 --- a/src/components/Asset/RelatedAssets/index.tsx +++ b/src/components/Asset/RelatedAssets/index.tsx @@ -17,7 +17,7 @@ export default function RelatedAssets({ const [queryRelatedAssets, setQueryRelatedAssets] = useState() const modifiedSearchTerm = tags.toString().split(',').join(' OR ') + ' OR ' + owner.toLowerCase() - console.log({ modifiedSearchTerm }) + useEffect(() => { const baseParamsSales = { chainIds,