X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FGameList.vue;h=098efd06f25216a68925caf9406d97c30ecde266;hb=3b0f26c1261db7ea06067762c0c28b6dbacf2d99;hp=0a8bd8ce78faadb6466f52a576de49f764ff9887;hpb=5aa14a21484cf36838b5541afe2ee76b6d5c274b;p=vchess.git diff --git a/client/src/components/GameList.vue b/client/src/components/GameList.vue index 0a8bd8ce..098efd06 100644 --- a/client/src/components/GameList.vue +++ b/client/src/components/GameList.vue @@ -150,7 +150,7 @@ export default { : "Abort and remove game?"; if (confirm(this.st.tr[message])) { const afterDelete = () => { - if (game.score == "*") this.$emit("abort", game); + if (game.score == "*") this.$emit("abortgame", game); this.$set(this.deleted, game.id, true); }; if (game.type == "live")