mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-16 09:42:42 +02:00
feat: convert returns None if Currency convertion has same currency for both or if amount if 0
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% if currency.exchanged %}
|
||||
{% if currency.exchanged and currency.exchanged.amount %}
|
||||
<div>
|
||||
<c-amount.display
|
||||
:amount="currency.exchanged.amount"
|
||||
|
||||
Reference in New Issue
Block a user