Token ID
+Owner
+Token Standard
+Supply
++ {nft.supply.toLocaleString("en-US")} +
+{tb.disabledText}
- - ) : ( - "" - ) - } - > - -Token ID
-Owner
-Token Standard
-Supply
-{nft.supply.toLocaleString("en-US")}
-Token URI
-Media URI
-Attributes
- {Array.isArray(properties) && - String(properties[0]?.value) !== "undefined" ? ( -{props.value}
; + return{props.value}
; } return ( diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/nft-property.tsx b/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/nft-property.tsx index b1649327ca8..72593ec36b5 100644 --- a/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/nft-property.tsx +++ b/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/nft-property.tsx @@ -1,5 +1,3 @@ -import { Card } from "@/components/ui/card"; - interface NftPropertyProps { // biome-ignore lint/suspicious/noExplicitAny: FIXME property: any; @@ -7,17 +5,17 @@ interface NftPropertyProps { export const NftProperty: React.FC+
{property?.trait_type}
)} -+
{typeof property?.value === "object" ? JSON.stringify(property?.value || {}) : property?.value}
- +