icgc-argo / roadmap

Place to review/request new features and new tools on ICGC-ARGO's roadmap
1 stars 0 forks source link

Program Manage page localhost Invalid time value #1116

Open demariadaniel opened 4 months ago

demariadaniel commented 4 months ago

Program Manage page is crashing on local testing

displayDate from 'global/utils/common' is failing with: RangeError: Invalid time value 50 | return formatDate(jsDate, dateFormat);

at /platform-ui/components/pages/submission-system/program-management/UsersTable.tsx:95

Date values such as 1705346233163 are failing with 'Invalid Date' when called by new Date(date)

demariadaniel commented 4 months ago

See discussion at: https://github.com/icgc-argo/platform-ui/pull/2753#pullrequestreview-1873075773