Skip to content

Commit

Permalink
Update ImageCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed May 1, 2024
1 parent 3a1f3f5 commit 6847394
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/nextjs/components/nft-card/values/ImageCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ export const ImageCard = ({
style = "rounded",
showDescriptor = false,
}: ImageCardProps) => {
{
/* eslint-disable-next-line*/
}
/* eslint-disable-next-line*/
const component = <img src={value} alt={alt} className={`bg-base-300 ${beautyStyleMap[style]}`} />;

let output;
Expand Down

0 comments on commit 6847394

Please sign in to comment.