diff --git a/src/components/IPFSSubpathRedirect.tsx b/src/components/IPFSSubpathRedirect.tsx index fd7c0167301..0962233c132 100644 --- a/src/components/IPFSSubpathRedirect.tsx +++ b/src/components/IPFSSubpathRedirect.tsx @@ -8,7 +8,6 @@ export const IpfsSubpathRedirect = () => { if (!hashFromBase) return const redirectUrl = generateIpfsSubdomainUrl(hashFromBase) - if (!redirectUrl) return // redirect to IPFS subdomain url window.location.href = redirectUrl