From c7af2822b2d42808f1c594f3f297a91ed003950f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marl=C3=A8ne=20Simondant?= <msimondant@grandlyon.com>
Date: Thu, 5 Dec 2024 16:47:49 +0100
Subject: [PATCH] wip

---
 .../structure-edition-summary.component.html                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/profile/structure-edition-summary/structure-edition-summary.component.html b/src/app/profile/structure-edition-summary/structure-edition-summary.component.html
index cbba23963..d6aa720e3 100644
--- a/src/app/profile/structure-edition-summary/structure-edition-summary.component.html
+++ b/src/app/profile/structure-edition-summary/structure-edition-summary.component.html
@@ -283,7 +283,7 @@
                         Offre de {{ offerHolder.user.name }} {{ offerHolder.user.surname }}
                         {{ offerHolder.isMyself ? ' (moi)' : '' }}
                       </h3>
-                      <!-- TODO : mettre le bon tag -->
+                      <!-- TODO : mettre le bon tag en fonction du holder -->
                       <app-tag-item
                         *ngIf="structure.structureType?.name"
                         [label]="structure.structureType?.name"
-- 
GitLab