Skip to content

Commit

Permalink
Update src/components/IPFSSubpathRedirect.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Zoltu <[email protected]>
  • Loading branch information
KillariDev and MicahZoltu authored Jan 29, 2024
1 parent 884b068 commit 9d15628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/IPFSSubpathRedirect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d15628

Please sign in to comment.