Skip to content

Commit 9094291

Browse files
committed
TD-5170: Fixed console errors.
1 parent 973870d commit 9094291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notifications.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
showNotification(notification: NotificationModel) {
153153
this.selectedNotification = notification;
154154
this.showMessage = true;
155-
setTimeout(() => { $('html,body').scrollTop($("#backToList").offset().top); }, 100);
155+
setTimeout(() => { $('html,body').scrollTop($(".nhsuk-back-link").offset().top); }, 100);
156156
157157
},
158158
showNotificationList(event: any) {

0 commit comments

Comments
 (0)