mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 04:31:16 -07:00
Columnn headers update (#1618)
* Columnn headers update * passing tests * updated date stamp * js tests
This commit is contained in:
parent
aa35758e42
commit
2af6fca98d
6 changed files with 58 additions and 58 deletions
|
@ -64,7 +64,7 @@ exports[`download packet component defined checks if component renders 1`] = `
|
|||
</a>
|
||||
</div>
|
||||
<div>
|
||||
Last updated: 04/26/22
|
||||
Last updated: 05/04/22
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
|
|
|
@ -76,7 +76,7 @@ export const FORMULA = {
|
|||
export const DOWNLOAD_FILE_SIZE = 53;
|
||||
export const DOWNLOAD_SHAPE_FILE_SIZE = 742;
|
||||
export const DOWNLOAD_TSD_FILE_SIZE = 2.5;
|
||||
export const DOWNLOAD_ZIP_LAST_UPDATED = new Date('4/26/2022').getTime();
|
||||
export const DOWNLOAD_ZIP_LAST_UPDATED = new Date('5/4/2022').getTime();
|
||||
export const DOWNLOAD_SHAPE_LAST_UPDATED = new Date('4/26/2022').getTime();
|
||||
export const DOWNLOAD_TSD_LAST_UPDATED = new Date('4/19/2022').getTime();
|
||||
export const VERSION_NUMBER = 0.1;
|
||||
|
|
|
@ -530,7 +530,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
</a>
|
||||
</div>
|
||||
<div>
|
||||
Last updated: 04/26/22
|
||||
Last updated: 05/04/22
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue