ArtZero-io / frontend-react

FrontEnd ReactJS code of ArtZero.io platform
Apache License 2.0
4 stars 2 forks source link

My Account > General : Trade Fee & Total Owned NFTs displayed incorrect #148

Closed phoebehoang85 closed 1 year ago

phoebehoang85 commented 1 year ago

Trade fee & total owned NFTs displayed incorrect.

5 PMPs staked --> Trade fee 2.5% Total owned NFTs: 25 NFTs + 5 PMPs

image

image

langdon0003 commented 1 year ago

Fix at commit 8132103 Note: Dashboard now have number of NFT for sale, NFTs staked, NFTs pending unstaked and Total (include available in Collected Tab)

The total number still need Backend API to be fixed to be show the right number (It should be less than current (not include NFT of owner of inactive collection)) at issue #164 API /getNFTsByOwner need add 1 more () isActive = true

phoebehoang85 commented 1 year ago

re-check: Trade fee & total owned NFTs displayed correct.