Fix landing page by setting a default value for countriesOfSubscribers

* Set default value for countriesOfSubscribers

* Update changelog
This commit is contained in:
Johannes Herforth
2023-02-11 09:57:27 +01:00
committed by GitHub
parent eabd2f3934
commit b09d3cea95
2 changed files with 9 additions and 2 deletions

View File

@ -52,8 +52,11 @@ export class LandingPageComponent implements OnDestroy, OnInit {
private dataService: DataService,
private deviceService: DeviceDetectorService
) {
const { countriesOfSubscribers, globalPermissions, statistics } =
this.dataService.fetchInfo();
const {
countriesOfSubscribers = [],
globalPermissions,
statistics
} = this.dataService.fetchInfo();
for (const country of countriesOfSubscribers) {
this.countriesOfSubscribersMap[country] = {