diff --git a/luckydiamond/src/components/PaymentsModal.vue b/luckydiamond/src/components/PaymentsModal.vue index 7e9df19..476ccee 100644 --- a/luckydiamond/src/components/PaymentsModal.vue +++ b/luckydiamond/src/components/PaymentsModal.vue @@ -64,7 +64,7 @@ export default { watch: { amount(newAmount) { console.log(newAmount) - if (!this.amount < 0 && this.amount !== '' ) { + if (this.amount > 0 && this.amount !== '' ) { this.offBtn = true console.log('OFFBTN', this.offBtn) setTimeout(() => {