Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Apr 17, 2023
1 parent a396c42 commit 903f9cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ export interface GalleryItemProps {
}
export const GalleryItem = ({ image, title, description }) => {
let fixImage = image;
console.log({image})
console.log({ image });
if (image && image?.includes('ar://')) {
fixImage = image.replace('ar://', 'https://arweave.net/');
}
Expand Down

0 comments on commit 903f9cc

Please sign in to comment.