diff --git a/frontend/marketplace/src/components/AuctionCard.vue b/frontend/marketplace/src/components/AuctionCard.vue index 41fa6488..58b8350e 100644 --- a/frontend/marketplace/src/components/AuctionCard.vue +++ b/frontend/marketplace/src/components/AuctionCard.vue @@ -4,6 +4,7 @@ import { convertIPFStoHTTPS } from "@/utils/utils"; import auctionCard from "@/assets/auctionCard.png"; import { formatDenom } from "@/utils/wallet-utils"; import { onMounted, ref } from "vue"; +import CustomImage from "@/components/CustomImage.vue"; export interface AuctionCardProps { auctionData: any; } @@ -16,12 +17,12 @@ onMounted(async () => {