Remove some vestigial inCompendiums

This commit is contained in:
Carlos Fernandez 2026-03-09 19:09:12 -04:00
parent 26ac2c5380
commit 27a4a7d2e1
2 changed files with 0 additions and 5 deletions

View file

@ -1,9 +1,6 @@
<div class="item-description-outer-container">
{{#if inCompendium}}{{> "systems/daggerheart/templates/sheets/global/partials/item-tags.hbs" item }}{{/if}}
{{#if features.length}}
<div class="item-description-container">
<h4>{{localize "DAGGERHEART.GENERAL.features"}}</h4>
{{#each features as | feature |}}
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
{{/each}}

View file

@ -1,6 +1,4 @@
<div class="item-description-outer-container">
{{#if inCompendium}}{{> "systems/daggerheart/templates/sheets/global/partials/item-tags.hbs" item }}{{/if}}
{{#if features.length}}
<div class="item-description-container">
{{#each features as | feature |}}