changed checking on completed tasks in payments modal

This commit is contained in:
Kostya
2023-12-17 13:13:43 +03:00
parent f9952c9d4a
commit 43ee274787

View File

@@ -96,7 +96,7 @@ export default {
},
computed: {
checkOffBtn() {
return this.offBtn === true || this.agreeUser === false
return !(this.offBtn === false && this.agreeUser !== false);
},
},
methods: {