From 9d54e942b72a2922112a8eac2ccf270e07bd1b4a Mon Sep 17 00:00:00 2001 From: argirok Date: Mon, 4 Mar 2024 12:32:55 +0200 Subject: [PATCH] [develop | DONE | CHANGED] remove default properties footer in case of community dashboard --- src/app/app.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9f01a3f..bbbf31b 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -376,6 +376,7 @@ export class AppComponent implements OnInit, OnDestroy { if (this.community && !ConnectHelper.isPrivate(this.community, this.user)) { this.communityId = this.community.communityId; this.initAdminToolCommunity(this.communityId); + this.properties.footerGrantText = ""; // this.header = { // url: 'https://' + (this.properties.environment == 'beta' ? 'beta.' : '') + this.community.id + '.openaire.eu', route: "/",