log game detail for real

This commit is contained in:
Ayo 2022-08-30 17:14:44 +02:00
parent dec4379463
commit 0c74fd6f37

View file

@ -80,7 +80,7 @@ export class LeaderBoardService {
nameElement.style.cursor = 'pointer';
nameElement.style.fontWeight = 'bold';
nameElement.style.fontStyle = 'italic';
nameElement.onmousedown = () => console.log(game);
nameElement.onmousedown = () => console.log(game.data());
const indexElement = document.createElement('div');
indexElement.innerText = `#${i++}`;