diff --git a/module/applications/sheets/api/application-mixin.mjs b/module/applications/sheets/api/application-mixin.mjs index 9a60ba3b..32779d6b 100644 --- a/module/applications/sheets/api/application-mixin.mjs +++ b/module/applications/sheets/api/application-mixin.mjs @@ -425,7 +425,7 @@ export default function DHApplicationMixin(Base) { * Renders an embedded document. * @type {ApplicationClickAction} */ - static async #editDoc(_event, target) { + static #editDoc(_event, target) { const doc = getDocFromElement(target); if (doc) return doc.sheet.render({ force: true }); } diff --git a/templates/sheets/items/class/settings.hbs b/templates/sheets/items/class/settings.hbs index de31ad38..662e7507 100644 --- a/templates/sheets/items/class/settings.hbs +++ b/templates/sheets/items/class/settings.hbs @@ -42,7 +42,7 @@ {{document.system.characterGuide.suggestedPrimaryWeapon.name}}
- +
{{/if}} @@ -57,7 +57,7 @@ {{document.system.characterGuide.suggestedSecondaryWeapon.name}}
- +
{{/if}} @@ -72,7 +72,7 @@ {{document.system.characterGuide.suggestedArmor.name}}
- +
{{/if}} @@ -91,7 +91,7 @@ {{this.name}}
- +
{{/if}} @@ -108,7 +108,7 @@ {{this.name}}
- +
{{/if}} @@ -125,7 +125,7 @@ {{this.name}}
- +
{{/if}}