Don't use API to update amount after a refilling query

This commit is contained in:
2024-12-17 00:45:51 +01:00
parent 379527cd58
commit 66e5ef64fd
2 changed files with 8 additions and 15 deletions

View File

@ -103,7 +103,7 @@
{% if refilling_fragment %}
<h5>{% trans %}Refilling{% endtrans %}</h5>
<div
@htmx:after-request="onRefillingSuccess()"
@htmx:after-request="onRefillingSuccess"
>
{{ refilling_fragment }}
</div>