Get rid of extraneous function override

This commit is contained in:
Oliver-Akins 2025-04-05 15:30:00 -06:00
parent 2e08064ebb
commit 7ae5d1b814

View file

@ -42,10 +42,6 @@ export class HeroSkillsCardV1 extends GenericAppMixin(HandlebarsApplicationMixin
// #endregion
// #region Lifecycle
async _onFirstRender(context, options) {
await super._onFirstRender(context, options);
};
async _onRender(context, options) {
await super._onRender(context, options);
HeroSkillsCardV1._onRender.bind(this)(context, options);