X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=03d34119618bb2583cf1e4a6a464e96ca28cdc6d;hp=0b3bb4ef1e09153a114c22ffcd654b4cae4b9c63;hb=9a1e3abe33fff07218b17c7c799eb622a730b7c7;hpb=e28519f25f88ee133fc8aaa766c9bd95eec6c1ba diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 0b3bb4ef..03d34119 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1350,7 +1350,7 @@ export default { new Audio("/sounds/newgame.flac").play().catch(() => {}); notify( "New live game", - { body: "vs " + game.players[1-myIdx].name || "@nonymous" } + { body: "vs " + (game.players[1-myIdx].name || "@nonymous") } ); } this.$router.push("/game/" + gameInfo.id);