Remove extra arguments so eslint is happier
This commit is contained in:
parent
3875cbba4f
commit
7603e79e42
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Hooks.on(`renderSettings`, (app, html, ctx, options) => {
|
||||
Hooks.on(`renderSettings`, (app, html) => {
|
||||
/** @type {HTMLElement|undefined} */
|
||||
const coreUpdateTooltip = html.querySelector(`.build .value a`);
|
||||
coreUpdateTooltip?.remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue