aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/onap-ui/shared/header/header.html
diff options
context:
space:
mode:
Diffstat (limited to '3rd_party/static/onap-ui/shared/header/header.html')
-rw-r--r--3rd_party/static/onap-ui/shared/header/header.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/3rd_party/static/onap-ui/shared/header/header.html b/3rd_party/static/onap-ui/shared/header/header.html
index 8e18026..732bb9e 100644
--- a/3rd_party/static/onap-ui/shared/header/header.html
+++ b/3rd_party/static/onap-ui/shared/header/header.html
@@ -23,8 +23,7 @@
ng-if="auth.isAuthenticated && auth.canReview(auth.currentUser)">
<a ui-sref="communityResults">Incoming Reviews</a>
</li>
- <li ng-class="{ active: header.isActive('/user_results')}"
- ng-if="auth.isAuthenticated && auth.currentUser.role.indexOf('user') != -1">
+ <li ng-class="{ active: header.isActive('/user_results')}" ng-if="auth.isAuthenticated">
<a ui-sref="userResults">My Results</a>
</li>
<li ng-class="{ active: header.isActive('/profile')}" ng-if="auth.isAuthenticated">