Skip to content

Commit

Permalink
Merge pull request #35 from martinberlanda/main
Browse files Browse the repository at this point in the history
FIX: Remove extra label call in ability and proficiency templates
  • Loading branch information
jessev14 authored Jan 18, 2024
2 parents a28c90c + 3885e3c commit 87bcfa4
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 87bcfa4

Please sign in to comment.