diff --git a/src/app/profile/profile.component.html b/src/app/profile/profile.component.html index f0fb8d1e5482c66a6dce90dfcc5828dcef5eab94..4da17b1d30781623bc09eb7075381824718e8b2c 100644 --- a/src/app/profile/profile.component.html +++ b/src/app/profile/profile.component.html @@ -103,7 +103,8 @@ ></app-button> </section> - <section *ngIf="!isPublic"> + <!-- Features not impleted yet --> + <!-- <section *ngIf="!isPublic"> <div class="header"> <h1>Ressources</h1> </div> @@ -112,5 +113,5 @@ <div class="header"> <h1>Newsletter</h1> </div> - </section> + </section> --> </div>