fixed bug with off btn

This commit is contained in:
Kostya
2023-12-13 21:01:16 +03:00
parent 95cbda6842
commit 8e589baa27

View File

@@ -57,7 +57,7 @@ export default {
card: 0, card: 0,
clickedBtn: '', clickedBtn: '',
url: '', url: '',
offBtn: false, offBtn: true,
PaymentsModalNumbers PaymentsModalNumbers
} }
}, },