diff --git a/src/newMode.ts b/src/newMode.ts index 23c0025..4aaffde 100644 --- a/src/newMode.ts +++ b/src/newMode.ts @@ -28,6 +28,7 @@ class UI { this.cpuName = document.getElementById("cpuName"); this.nextRound(); + this.updateScores(); this.buttons.forEach( (btn) => { @@ -62,7 +63,6 @@ class UI { ) this.model.nextRound(); - this.cpuName.innerText = this.model.currentCpu.name; this.model.Dates.forEach((value, index) =>