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

Commit

Permalink
Merge pull request #4 from fatmali/patient-search
Browse files Browse the repository at this point in the history
Fixed Patient Search For Hackathon
  • Loading branch information
joeldenning committed Jun 14, 2019
2 parents 7edf00c + 79c324b commit b725f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root-config-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const coreApplications = {
"@openmrs/devtools": () => localStorage.getItem("openmrs:devtools"),
"@hackathon/patient-dashboard": location =>
location.pathname.startsWith("/openmrs/spa/patient-dashboard"),
"@hackathon/patient-search": () => location =>
"@hackathon/patient-search": location =>
location.pathname.startsWith("/openmrs/spa/patient-search")
};

Expand Down

0 comments on commit b725f97

Please sign in to comment.