Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
[#840] Fix openDataPercent name when no entries
Browse files Browse the repository at this point in the history
Simply the wrong property name.
  • Loading branch information
brew committed Dec 16, 2016
1 parent 8a31d08 commit c77d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion census/models/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var processStats = function(data, options) {
} else {
data.stats.currentEntryCount = 0;
data.stats.currentEntryOpenCount = 0;
data.stats.openDataPercentCount = 0;
data.stats.openDataPercent = 0;
}

if (Array.isArray(data.datasets)) {
Expand Down

0 comments on commit c77d8eb

Please sign in to comment.