Attribute Item Subtype #76

Merged
Oliver merged 50 commits from feature/attribute-items into main 2026-04-27 02:12:56 +00:00
Showing only changes of commit 5a4368b5e0 - Show all commits

View file

@ -138,7 +138,7 @@ export class PlayerSheet extends
get hasAttributesTab() {
return this.actor.itemTypes
.attribute
.filter(attr => !attr.system.aboveTheFold)
?.filter(attr => !attr.system.aboveTheFold)
.length > 0;
};