@golstats/gsc-landing 1.0.43 → 1.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22577,9 +22577,9 @@ const F6 = "_ptg_lp0fw_5", D6 = "_ptgtitle_lp0fw_15", z6 = "_ptgtitle450_lp0fw_4
22577
22577
  score: n.data[s].best_plays[r].score[0] + " : " + n.data[s].best_plays[r].score[1],
22578
22578
  matchday_id: n.data[s].best_plays[r].matchday_id
22579
22579
  }, this.arrayMatchdays[n.data[s].best_plays[r].matchday_id] ? this.flagGames.includes(o.game_id) || (this.arrayMatchdays[n.data[s].best_plays[r].matchday_id].push(o), this.flagGames.push(o.game_id)) : (this.arrayMatchdays[n.data[s].best_plays[r].matchday_id] = [], this.flagGames.includes(o.game_id) || (this.arrayMatchdays[n.data[s].best_plays[r].matchday_id].push(o), this.flagGames.push(o.game_id))));
22580
- t = this.arrayMatchdays[this.matchdayView].sort((s, r) => s.date_time - r.date_time);
22580
+ t = this.arrayMatchdays[this.matchdayView] ? this.arrayMatchdays[this.matchdayView].sort((s, r) => s.date_time - r.date_time) : [];
22581
22581
  } else
22582
- t = this.arrayMatchdays[this.matchdayView].sort((n, s) => n.date_time - s.date_time);
22582
+ t = this.arrayMatchdays[this.matchdayView] ? this.arrayMatchdays[this.matchdayView].sort((n, s) => n.date_time - s.date_time) : [];
22583
22583
  this.lastseason = e.season;
22584
22584
  }
22585
22585
  this.printData = t;
@@ -22589,7 +22589,7 @@ const F6 = "_ptg_lp0fw_5", D6 = "_ptgtitle_lp0fw_15", z6 = "_ptgtitle450_lp0fw_4
22589
22589
  }
22590
22590
  }, nl = () => {
22591
22591
  $e((e) => ({
22592
- "97cd96f0": e.backgroundColor
22592
+ "0c805cc5": e.backgroundColor
22593
22593
  }));
22594
22594
  }, il = Ui.setup;
22595
22595
  Ui.setup = il ? (e, a) => (nl(), il(e, a)) : nl;