Skip to content

Commit

Permalink
Merge pull request #90 from uchicago-dsi/trial-duration-label-fix
Browse files Browse the repository at this point in the history
Update labels on trial duration dict
  • Loading branch information
nofurtherinformation authored Dec 3, 2024
2 parents 1cd2cce + be741ca commit c670e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const temperatureFilterDict = {

export const trialDurationDict = {
"40-59 Days": [40, 59, true],
"59-89 Days": [59, 89, true],
">89 Days": [89, Infinity, false],
"60-90 Days": [59, 89, true],
"90+ Days": [89, Infinity, false],
};

export const material2col = {
Expand Down

0 comments on commit c670e48

Please sign in to comment.