Skip to content
Snippets Groups Projects
Commit a38bea6f authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

fix: Hide profile sections that are not implemented yet

parent 84e9690b
No related branches found
No related tags found
4 merge requests!418V2.1.0,!400V2.0,!392fix: Hide profile sections that are not implemented yet,!230V2.0
...@@ -103,7 +103,8 @@ ...@@ -103,7 +103,8 @@
></app-button> ></app-button>
</section> </section>
<section *ngIf="!isPublic"> <!-- Features not impleted yet -->
<!-- <section *ngIf="!isPublic">
<div class="header"> <div class="header">
<h1>Ressources</h1> <h1>Ressources</h1>
</div> </div>
...@@ -112,5 +113,5 @@ ...@@ -112,5 +113,5 @@
<div class="header"> <div class="header">
<h1>Newsletter</h1> <h1>Newsletter</h1>
</div> </div>
</section> </section> -->
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment