Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
commits as per pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fazanki committed Dec 11, 2018
1 parent b435e13 commit 7da4ccb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/app/domain/components/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<header>
<!--TODO move the json file to TS file-->
<app-hmcts-global-header [serviceName]="{
name: 'Judicial case manager',
url: '/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ export class SearchResultComponent implements OnInit {
ngOnInit() {
this.data$ = this.caseService.search();
}

onSubmit() {}
}
2 changes: 1 addition & 1 deletion src/app/routing/pages/view-case/view-case.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class ViewCaseComponent implements OnInit, OnDestroy {
}
}
}
private setNavigationSections() {
private setNavigationSections(): void {
this.sections = this.caseDataService.getNavigation(this.case, this.sectionTabName);
}

Expand Down

0 comments on commit 7da4ccb

Please sign in to comment.