diff --git a/module/Apps/StatsViewer.mjs b/module/Apps/StatsViewer.mjs index bfa8447..14c61cd 100644 --- a/module/Apps/StatsViewer.mjs +++ b/module/Apps/StatsViewer.mjs @@ -84,11 +84,11 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) { // #endregion Instance Data // #region Lifecycle - async render({ userUpdated, ...opts } = {}) { + async render({ userUpdated, ...opts } = {}, _options) { if (userUpdated && !this._selectedUsers.includes(userUpdated)) { return; } - await super.render(opts); + await super.render(opts, _options); }; async _onFirstRender(context, options) {