Skip to content

Commit

Permalink
Merge branch 'master' into POC-329
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Jun 29, 2023
2 parents 9b899d6 + 5c2c4e2 commit b322679
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/useful-links/useful-links.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export class UsefulLinksComponent implements OnInit {
url:
'https://ampath.atlassian.net/wiki/spaces/PRN/pages/5079051/MFL+Wiki',
title: 'MFL Wiki'
},
{
url: 'https://kmhfl.health.go.ke/#/home',
title: 'Facilities Referral Directory'
}
];
constructor(private linksService: UsefulLinksService) {
Expand All @@ -61,8 +65,6 @@ export class UsefulLinksComponent implements OnInit {
url: this.formVisitSearchUrl + '',
title: 'Information on Forms / Visit Type'
});

console.log('formvisiturl', this.formVisitSearchUrl);
}

public goBack() {
Expand Down

0 comments on commit b322679

Please sign in to comment.