mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
fixed lint warnings
This commit is contained in:
parent
960d9ba16c
commit
56e84e4676
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue