Attribute Item Subtype #76

Merged
Oliver merged 50 commits from feature/attribute-items into main 2026-04-27 02:12:56 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 0220083daf - Show all commits

View file

@ -61,7 +61,7 @@
</div>
<ul class="item-list">
{{#each group.items as |item|}}
{{> (systemFilePath "templates/PlayerSheet/item.hbs") item }}
{{> (systemFilePath "templates/PlayerSheet/tabs/items/item.hbs") item }}
{{/each}}
</ul>
</section>