You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix node-card date for older registrations (#1373)
- Ticket: [ENG-700]
- Feature flag: n/a
## Purpose
- Currently the node-card component (used on a project's registration page and the my-registrations page) is saying that a Registration was registered when the backing project was created. For older (not exactly sure how old), project-based registrations, this will not be true and will lead to user confusion.
## Summary of Changes
- Change the date we are showing from the registration.dateCreated (date created of backing project), to registration.dateRegistered (when the registration was actually registered)
- Update tests
0 commit comments