Skip to content

Commit

Permalink
Fix console log
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdiNeu committed Nov 10, 2023
1 parent ade5fa2 commit 9e1acab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/summary/CustomOfflineChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ function CustomOfflineChart(props) {
dataSum += point.y;
});
const pcnt = (this.y / dataSum) * 100;
console.log(this);
return `<b> ${this.key}</b><br> - ${this.y} (${Highcharts.numberFormat(pcnt)}%) total patient(s)`;
}
/* eslint-enable func-names */
Expand Down

0 comments on commit 9e1acab

Please sign in to comment.