diff --git a/client/src/app/components/profile-nav-section/profile-nav-section.component.html b/client/src/app/components/profile-nav-section/profile-nav-section.component.html index 5abf60608..68db582b4 100644 --- a/client/src/app/components/profile-nav-section/profile-nav-section.component.html +++ b/client/src/app/components/profile-nav-section/profile-nav-section.component.html @@ -1,11 +1,17 @@
@if (isLoggedIn()) { - - - - @if (pendingApprovalsCount() > 0) { - - } + + + + @if (pendingApprovalsCount() > 0) { + + } + + } @else {