diff --git a/.DS_Store b/.DS_Store index e2def85..1d0238c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/blockchain/.DS_Store b/blockchain/.DS_Store new file mode 100644 index 0000000..04af8c0 Binary files /dev/null and b/blockchain/.DS_Store differ diff --git a/frontend/components/NFT/NFTProfile.tsx b/frontend/components/NFT/NFTProfile.tsx index 5c34639..5dc0161 100644 --- a/frontend/components/NFT/NFTProfile.tsx +++ b/frontend/components/NFT/NFTProfile.tsx @@ -4,6 +4,7 @@ import { toNEAR } from '../utils'; interface NFTProfileProps { data: Token; + //sale: Sale <- update implementation } export default function NFTProfile({ data }: NFTProfileProps) { @@ -38,7 +39,8 @@ export default function NFTProfile({ data }: NFTProfileProps) {

- {toNEAR(data?.metadata?.price)} N + {/* {toNEAR(data?.metadata?.price)} */} + NEARs