Skip to content

Commit

Permalink
🔧 conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed May 21, 2023
1 parent 823af55 commit 2acdd10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/gallery/useGalleryItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const useGalleryItem = (nftId?: string) => {
src: sanitizeIpfsUrl(resource.meta.animationUrl || resource.src),
thumb: sanitizeIpfsUrl(resource.thumb || resource.meta.image),
animation: sanitizeIpfsUrl(resource.meta.animationUrl),
// mimeType: await getMimeType(sanitizeIpfsUrl(resource.meta.animationUrl || resource.src)),
}
})

Expand Down

0 comments on commit 2acdd10

Please sign in to comment.