X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=0dede66001fb81cf2fae2038d9624211e1321f9a;hb=bd76b45611cbb58dcf774745a4d690277a82aacd;hp=ffa102ec3ddd672955e2fc14a47b1f8c405891b1;hpb=d8b1800bcec983faabc34bdb1057ef880488a160;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index ffa102ec..0dede660 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -102,7 +102,7 @@ export default { tableRow.children = moveCells; tableContent.push(tableRow); let rootElements = []; - if (this.score != "*") + if (!!this.score && this.score != "*") { const scoreDiv = h("div", { @@ -145,14 +145,6 @@ export default {