fixed lint warnings

This commit is contained in:
Jack 2021-09-14 14:05:45 +01:00
parent 960d9ba16c
commit 56e84e4676

View file

@ -247,7 +247,7 @@ export let accountHistory = new Chart($(".pageAccount #accountHistoryChart"), {
label: function () {
return;
},
afterLabel: function (tooltip, data) {
afterLabel: function (tooltip) {
Account.setActiveChartIndex(tooltip.index);
return;
},