Fix. TODO: Vue reactivity on game.score and game. ...
[vchess.git] / client / src / components / MoveList.vue
index cebbff4..6e2ef66 100644 (file)
@@ -6,8 +6,6 @@ export default {
        render(h) {
                if (this.moves.length == 0)
                        return;
-               if (this.moves[0].color == "b")
-                       this.moves.unshift({color: "w", notation: "..."});
                let tableContent = [];
                let moveCounter = 0;
                let tableRow = undefined;