From 5f9a370f439c8cc174d403c2672c20a031fab2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marl=C3=A8ne=20Simondant?= <msimondant@grandlyon.com> Date: Thu, 5 Dec 2024 15:54:03 +0100 Subject: [PATCH] wip : add getStructureTypeIcon --- .../structure-edition-summary.component.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/profile/structure-edition-summary/structure-edition-summary.component.ts b/src/app/profile/structure-edition-summary/structure-edition-summary.component.ts index cdab718e2..292deb43f 100644 --- a/src/app/profile/structure-edition-summary/structure-edition-summary.component.ts +++ b/src/app/profile/structure-edition-summary/structure-edition-summary.component.ts @@ -280,4 +280,8 @@ export class StructureEditionSummaryComponent implements OnInit { this.isGoToEdit = true; this.router.navigate([`/profil/gestion-membres/${this.structure.permalink}`]); } + + public getStructureTypeIcon(): string { + return this.structure?.getTypeStructureIcon(); + } } -- GitLab