Skip to content

Commit

Permalink
Merge pull request #1201 from ORCID/viewMember404
Browse files Browse the repository at this point in the history
fixed view member link on users page
  • Loading branch information
auumgn authored May 31, 2024
2 parents 7ea7926 + c1c9181 commit e37ba42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/user/users.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1 id="page-heading" class="mt-3" i18n="@@gatewayApp.msUserServiceMSUser.home.t
></fa-icon>
</td>
<td *ngIf="hasRoleAdmin()">
<a [routerLink]="['/member', user.salesforceId, 'view']">{{ user.memberName }}</a>
<a [routerLink]="['/members', user.salesforceId, 'view']">{{ user.memberName }}</a>
</td>
<td *ngIf="!hasRoleAdmin()">{{ user.memberName }}</td>
<td class="text-center">
Expand Down

0 comments on commit e37ba42

Please sign in to comment.