diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree/file-tree.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree/file-tree.component.html index 0f6a0d116afa4e5d711b1abe5fe42c6031404443..4fa28973ff1cd9cae64e188d34773c7bad710a3b 100644 --- a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree/file-tree.component.html +++ b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree/file-tree.component.html @@ -4,7 +4,7 @@ <!-- Nested tree node--> <mat-nested-tree-node *matTreeNodeDef="let node;when:hasNestedChild"> - <div *ngIf="node.name === rootElementName && ((activeTabIndex === 3 && !puaMode) || (activeTabIndex === 1 && puaMode)) " class="pastis-btn-container-add-ua"> + <div *ngIf="node.name === rootElementName && (activeTabIndex === 3 && !puaMode) " class="pastis-btn-container-add-ua"> <button class="btn primary" (click)= addArchiveUnit(node) > AJOUTER UNE UA </button>