fix: regression #3580 payment list amount wrong if (#3585)

This commit is contained in:
dni ⚡ 2025-11-26 17:07:09 +01:00 committed by GitHub
parent c6c67c52db
commit c8bdba8e53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -317,7 +317,7 @@
</template>
</q-td>
<q-td
v-if="g.isSatsDenomination"
v-if="!g.isSatsDenomination"
auto-width
key="amount"
:props="props"