From 9d156286061b7c3f1ed2c155dc3a8149c26b2de8 Mon Sep 17 00:00:00 2001 From: KillariDev <13102010+KillariDev@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:25:09 +0200 Subject: [PATCH] Update src/components/IPFSSubpathRedirect.tsx Co-authored-by: Micah Zoltu --- src/components/IPFSSubpathRedirect.tsx | 1 - 1 file changed, 1 deletion(-) 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