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,