Makes the calculated capacity viewable on the sheet (closes #158)

This commit is contained in:
Oliver-Akins 2024-04-17 22:36:04 -06:00
parent c6a7f86926
commit 10449acf37

View file

@ -47,6 +47,6 @@
data-help-title="dotdungeon.help-tooltips.calculated-capacity.title"
></dd-icon>
<div class="grow"></div>
<span>5</span>
<span>{{item.usedCapacity}}</span>
</div>
</div>