diff --git a/ui/components/app/assets/nfts/nft-details/nft-details.tsx b/ui/components/app/assets/nfts/nft-details/nft-details.tsx index 9bfbb1395026..8a857e5f0ce1 100644 --- a/ui/components/app/assets/nfts/nft-details/nft-details.tsx +++ b/ui/components/app/assets/nfts/nft-details/nft-details.tsx @@ -114,7 +114,7 @@ export default function NftDetails({ nft }: { nft: Nft }) { const nftImageURL = useGetAssetImageUrl( imageOriginal ?? image ?? undefined, ipfsGateway, - ) as string | undefined; + ); const hasFloorAskPrice = Boolean( collection?.floorAsk?.price?.amount?.usd &&