Skip to content

Commit

Permalink
Remove extra label call in ability and proficiency templates
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberlanda committed Jan 16, 2024
1 parent a28c90c commit 3885e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/ability.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="dnd5e-cm-content">
<span class="dnd5e-cm-text">
{{characterName}} | {{ability.label.label}} {{#if ability.old}}{{ability.old}} -> {{/if}}{{ability.value}}
{{characterName}} | {{ability.label}} {{#if ability.old}}{{ability.old}} -> {{/if}}{{ability.value}}
</span>
</div>
2 changes: 1 addition & 1 deletion templates/proficiency.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="dnd5e-cm-content">
<span class="dnd5e-cm-text">
{{characterName}} | {{proficiency.label.label}} - {{proficiency.value}}
{{characterName}} | {{proficiency.label}} - {{proficiency.value}}
</span>
</div>

0 comments on commit 3885e3c

Please sign in to comment.