mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 13:39:23 -04:00
Use ES6 classes instead of React.createClass and editing prototypes
This commit is contained in:
@ -87,7 +87,7 @@ function select(report, seriesTraversal) {
|
||||
|
||||
// Add back in any values from the current level
|
||||
if (series.hasOwnProperty('Values'))
|
||||
flattenedSeries[report.topLevelAccountName] = series.Values;
|
||||
flattenedSeries[Report.topLevelAccountName()] = series.Values;
|
||||
|
||||
var flattenedReport = new Report();
|
||||
|
||||
|
Reference in New Issue
Block a user