Fix a bug with the usage cost not being displayed on embedded untyped items
This commit is contained in:
parent
dd5a980f4e
commit
82452f4f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
<div class="untyped__field">
|
<div class="untyped__field">
|
||||||
<span>Usage Cost:</span>
|
<span>Usage Cost:</span>
|
||||||
<span>
|
<span>
|
||||||
{{dd-empty-state item.system.usage}}
|
{{dd-empty-state item.system.usage_cost}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="untyped__field">
|
<div class="untyped__field">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue