Skip to content

Commit c926431

Browse files
authored
Merge pull request #2504 from mjpugh811/web-109
Resolution to Web-109: Update gsim-account.component.html
2 parents 51e9c2e + 6bc5008 commit c926431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/savings/gsim-account/gsim-account.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>{{ 'labels.heading.GSIM Account Overview' | translate }}</h2>
5959
mat-raised-button
6060
color="primary"
6161
(click)="routeEdit($event)"
62-
[routerLink]="['../', 'savings-accounts', element.id, 'actions', 'Approve']"
62+
[routerLink]="['../../../', 'savings-accounts', element.id, 'actions', 'Approve']"
6363
>
6464
<i class="fa fa-check" matTooltip="{{ 'tooltips.Approve' | translate }}"></i>
6565
</button>

0 commit comments

Comments
 (0)