mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
clean up wallet
This commit is contained in:
@@ -461,7 +461,7 @@
|
||||
<p class="text-complete fs-12 text-underline pointer" @click="calculation = ''">change the payment method?</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row m-b-20" v-if="data.company.wallet.amount < (Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2)">
|
||||
<div class="row m-b-20" v-if="data.company.wallet ? data.company.wallet.amount : 0 < (Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2)">
|
||||
<div class="col">
|
||||
<wallet-component :data="data.company" :amount="(Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2)"></wallet-component>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user