diff --git a/src/app/structure-list/components/structure-details/structure-details.component.html b/src/app/structure-list/components/structure-details/structure-details.component.html index 30a0aef4d6d12305578c30f984ab4ceb4bb09e82..4f67a00570b9e36ce92c7120056185ebbc2d9fd1 100644 --- a/src/app/structure-list/components/structure-details/structure-details.component.html +++ b/src/app/structure-list/components/structure-details/structure-details.component.html @@ -82,7 +82,7 @@ </div> </div> </div> - <div fxLayout="row" fxLayoutAlign="center center"> + <div fxLayout="row" fxLayoutAlign="center center" class="hide-on-print"> <a *ngIf="!isClaimed" (click)="claimStructure()" class="primary" tabindex="0">Revendiquer cette structure</a> <a *ngIf="profileService.isLinkedToStructure(structure._id) || profileService.isAdmin()"