mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fix bug with checker in payments modal
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user