-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💅 show date only when it is defined #11085
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
cc @preschian is it possible to 'repurge' cache or why is this happening? |
Deploying koda-art-prod with
|
Latest commit: |
d63823e
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ee350dca.kodaart-production.pages.dev |
Branch Preview URL: | https://fix-invalid-date.kodaart-production.pages.dev |
purge from where? created at is from indexer: nft-gallery/components/collection/utils/useCollectionDetails.ts Lines 116 to 128 in cf89e8f
imo, would be better if we get it from oda-worker instead |
Please observe screenshots above |
because it's not blocking request to render the component. please see code snippet above and the props here:
|
So why is it invalid date then on prod and valid date on any other? |
it was fixed here: #11039 |
Thanks |
Thank you for your contribution to the Koda - Generative Art Marketplace.
PR Type
Context
I was trying to find out why do we have 'Invalid Date' on collections, as this info is passed from the server I do not see why is it failing.
This PR hides the date when date is undefined
Screenshot 📸