mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
One 'equals' sign too many!
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
{% if budgets.getSpent != 0 %}
|
{% if budgets.getSpent != 0 %}
|
||||||
<span class="text-danger">{{ budgets.getSpent|formatAmountPlain }}</span>
|
<span class="text-danger">{{ budgets.getSpent|formatAmountPlain }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if budgets.getSpent === 0 %}
|
{% if budgets.getSpent == 0 %}
|
||||||
{{ budgets.getSpent|formatAmount }}
|
{{ budgets.getSpent|formatAmount }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user