Skip to content

Commit

Permalink
fix: Remove typecasting
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Jan 10, 2025
1 parent e3ff91c commit 06687fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/app/assets/nfts/nft-details/nft-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 06687fb

Please sign in to comment.