Skip to content

Commit

Permalink
adding meteorlogical model to the model select data label
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jun 13, 2024
1 parent 2260eae commit a4d3e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/trays/model-selection/catalogItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function CatalogItems(data) {
numberName + mbr['properties'][numberEle] +
', Type: ' + mbr['properties']['event_type'] +
', Grid: ' + mbr['properties']['grid_type'] +
', ' + mbr['properties']['meteorological_model']
((mbr['properties']['meteorological_model'] === 'None') ? '' : ', ' + mbr['properties']['meteorological_model'])
}
onChange={ (event) => handleCBClick( catalog['members'], mbr['group'],
event.target.checked) }
Expand Down

0 comments on commit a4d3e11

Please sign in to comment.