From d0ccb59424407ee1053811348ebb8c2067c37e7b Mon Sep 17 00:00:00 2001 From: Alisa Ismailati Date: Mon, 22 May 2023 09:11:15 +0200 Subject: [PATCH] [DURACOM-133] Removed unused variable --- .../workspaceitem/workspaceitem-actions.component.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.ts b/src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.ts index b790f3ba7d..05afacf0da 100644 --- a/src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.ts +++ b/src/app/shared/mydspace-actions/workspaceitem/workspaceitem-actions.component.ts @@ -41,12 +41,6 @@ export class WorkspaceitemActionsComponent extends MyDSpaceActionsComponent(false); - /** - * A boolean representing if the user is an admin - * @type {Observable} - */ - isAdmin$: Observable; - /** * A boolean representing if the user can edit the item * and therefore can delete it as well