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 a40d195115d33be33ae45d851c6bf5b01bf483d0..4984c998180f7b96672f6e01303b71bfb4056e6d 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
@@ -62,8 +62,10 @@
         />
       </div>
       <div class="content">
-        <p>{{ structure.structureType?.category }} - {{ structure.getLabelTypeStructure() }}</p>
-      </div>
+        <app-missing-information *ngIf="!isFieldValid('structureType')" />
+        <p *ngIf="isFieldValid('structureType')">
+          <p>{{ structure.structureType?.category }} - {{ structure.getLabelTypeStructure() }}</p>
+        </div>
     </div>
 
     <div class="section phoneAndMail">