diff --git a/explore/src/app/app.component.ts b/explore/src/app/app.component.ts
index fefeba6c..fb844155 100644
--- a/explore/src/app/app.component.ts
+++ b/explore/src/app/app.component.ts
@@ -30,6 +30,7 @@ import {ISVocabulariesService} from "./openaireLibrary/utils/staticAutoComplete/
[onlyTop]=false [user]="user"
[communityId]="properties.adminToolsCommunity" [userMenuItems]=userMenuItems [menuItems]=menuItems>
+ loading... {{isClient ? "client" : "server"}}
("numbers");
+ // if(this.isClient && this.transferState.hasKey(stateKey)) {
+ // this.numbers = this.transferState.get(stateKey, null);
+ // } else {
+ this.numbersComponent.init(this.numbersComponent.showDatasets, this.numbersComponent.showSoftware, this.numbersComponent.showPublications, this.numbersComponent.showDatasets, this.numbersComponent.showSoftware, this.numbersComponent.showOrp, this.numbersComponent.showProjects, this.numbersComponent.showDataProviders, this.numbersComponent.showOrganizations);
+ // }
}
}
},