Skip to content

Commit

Permalink
Bug fix for swiping right
Browse files Browse the repository at this point in the history
  • Loading branch information
vince0656 committed Nov 28, 2019
1 parent 7e3df7e commit f5fa23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
console.log(`poke [[${pokeId}]] to kittie ${kittieId}`);
},
swipeRight: async function (kittieId) {
const stud = this.kitties.user[0];
const stud = this.kitties.user[0].kittieId;
const msg = `Hello treakle, want to breed with ${stud}?`;
await KittiesService.swipeRight('mainnet', kittieId, stud, msg, this.accounts.user);
Expand Down

0 comments on commit f5fa23d

Please sign in to comment.