Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Apr 23, 2024
1 parent 5cd5c26 commit 1f23298
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions meteor_packages/mats-common/public/MATSReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ <h4>All apps v5.2.4</h4>
<p>* Fixed bug where upper air scorecards would never come up.</p>
<p>* Fixed bug where scorecard colors ignored user selection.</p>
<p>* Fixed bug where scorecards would return no data for AMDAR retros.</p>
<p>* Fixed bug where scorecards would sometimes use the wrong database and level when switching to a specific timeseries.</p>
<p>* Fixed bug where scorecards would sometimes display too many regions or forecast lead times.</p>
<p>
* Fixed bug where scorecards would sometimes use the wrong database and level when
switching to a specific timeseries.
</p>
<p>
* Fixed bug where scorecards would sometimes display too many regions or forecast
lead times.
</p>
</div>
<div>
<hr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Template.scorecardStatusPage.events({
const userName = e.currentTarget.dataset.user_name;
const { name } = e.currentTarget.dataset;
const submitted = e.currentTarget.dataset.submit_time;
const { processedAt } = e.currentTarget.dataset;
const processedAt = e.currentTarget.dataset.run_time;

matsMethods.dropScorecardInstance.call(
{
Expand Down

0 comments on commit 1f23298

Please sign in to comment.