Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
averrin committed Jun 11, 2023
1 parent abcfd2d commit 05a20c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/dnd5e/ItemsData_dnd5e.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="ui-text-center">|</div>
{/if}
{#if data.price}
{#if data.price && data.price.value > 0}
<div>
{data.price.value}<span class="ui-font-bold">{data.price.denomination}</span>
</div>
Expand Down

0 comments on commit 05a20c2

Please sign in to comment.