Skip to content

Commit

Permalink
adding instance name to the returnd catalog name
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Aug 29, 2024
1 parent b7e6e17 commit 0ec5583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/trays/model-selection/catalogItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export default function CatalogItems(data) {
numberName + mbr['properties'][numberEle] +
', Type: ' + mbr['properties']['event_type'] +
', Grid: ' + mbr['properties']['grid_type'] +
', Instance: ' + mbr['properties']['instance_name'] +
((mbr['properties']['meteorological_model'] === 'None') ? '' : ', ' + mbr['properties']['meteorological_model'])
}
</Typography>
Expand Down

0 comments on commit 0ec5583

Please sign in to comment.