Browse Source

highcharts jshint errors

master
yuriy0803 5 years ago
parent
commit
4776bffd9e
  1. 2
      www/app/controllers/account.js

2
www/app/controllers/account.js

@ -129,7 +129,7 @@ export default Ember.Controller.extend({
}),
roundPercent: Ember.computed('stats', 'model', {
get() {
var percent = this.get('model.roundShares') / this.get('stats.roundShares');
var percent = this.get('model.roundShares') / this.get('stats.nShares');
if (!percent) {
return 0;
}

Loading…
Cancel
Save