Skip to content

Commit

Permalink
Merge pull request #189 from anthonyronda/fix/bag-typo
Browse files Browse the repository at this point in the history
fix: wrong variable in inventory chat card
  • Loading branch information
anthonyronda authored Jun 2, 2022
2 parents ecce0f1 + e0c6871 commit 115cfc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/templates/chat/inventory-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ <h4 class="item-name" title="{{item.name}}">{{item.name~}}</h4>
></div>
<h4 class="item-name" title="{{bag.name}}">{{bag.name~}}</h4>
<div class="field-short">
{{localize "OSE.items.Quantity"}}
{{item.data.data.quantity.value}}
{{localize "OSE.items.Quantity"}} {{bag.data.data.quantity.value}}
</div>
</div>
<div class="item-summary">
Expand Down

0 comments on commit 115cfc6

Please sign in to comment.