ourzora / nft-components

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

Fixes issue where bid history mint date was not formatted properly #99

Closed neokry closed 2 years ago

neokry commented 2 years ago

Zora indexer mint date is not in unix time. This creates and issue where the date formatter works incorrectly on the BidHistory component. Converting to unix time solves the issue.