refactor championship changed update check

This commit is contained in:
2023-12-02 13:44:45 +01:00
parent 308baf0b16
commit 754893252e
3 changed files with 11 additions and 2 deletions
+1 -2
View File
@@ -40,8 +40,7 @@ export default class UI {
let next = Championship.next
if (Championship.last != next) {
Championship.last = next
if (Championship.nextChanged) {
this.updateChampionshipDetails(next)
this.updateChampionshipTable(next)
}