ourzora / nft-components

NFT Rendering Components
GNU General Public License v3.0
100 stars 36 forks source link

BidHistory component is displaying wrong dates for mints when indexer flag is set #96

Closed neokry closed 2 years ago

neokry commented 2 years ago

The blockTimestamp property from zoraIndexerResponse data is formatted as normal date not a unix date. When converting with dateFromTimestamp function this results in an incorrect date conversion.

neokry commented 2 years ago

https://github.com/ourzora/nft-components/pull/99

iainnash commented 2 years ago

Fixed