fix tequila

This commit is contained in:
Alberto Xamin 2020-12-27 18:02:48 +01:00
parent ee07abeae5
commit 9659e3574a
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -358,7 +358,7 @@ export default {
let card_data = {
index: res,
against: against,
with: this.hand.indexOf(this.card_with) > -1 ? this.hand.indexOf(this.card_with):null,
with: this.handComputed.indexOf(this.card_with) > -1 ? this.handComputed.indexOf(this.card_with):null,
}
this.card_with = null
console.log(card_data)