fix icon rendering stuff

This commit is contained in:
aronwk-aaron
2022-12-17 00:59:47 -06:00
parent 53dda2fd8a
commit 708fbfb9db
3 changed files with 29 additions and 3 deletions

View File

@@ -67,6 +67,6 @@
{% endif %}
{%if inv_item.attr_c|int > 999 %}
<br />Count: {{ inv_item.attr_c }}
<br />Count: {{ inv_item.attr_c|numberFormat }}
{% endif %}