evemonk / evemonk

Found the usage of undeclared variables JS-0125
Bug risk
Critical
6 months agoa year old
19        mdIcon: "groups_2",
20        hotkey: "M",
21        handler: () => {
22          Turbo.visit("/characters");23        },
24      },
25    ];
10        mdIcon: "home",
11        hotkey: "H",
12        handler: () => {
13          Turbo.visit("/");14        },
15      },
16      {