feat(tenders-table): add submission and tender deadlines to tender list
- Enhanced TendersTable to display submission deadline, tender deadline, and created at date using unixToDate for better clarity. - Updated useTenderListPresenter to include new columns for submission and tender deadlines. - Modified TenderSchema to make created_at optional, aligning with data structure requirements.
This commit is contained in:
@@ -57,6 +57,9 @@ const useTenderListPresenter = () => {
|
||||
"row",
|
||||
"title",
|
||||
"country code",
|
||||
"submission deadline",
|
||||
"tender deadline",
|
||||
"created at",
|
||||
"status",
|
||||
"actions",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user