From 79c324b810608171d7edffc233b92de5cbf91fa9 Mon Sep 17 00:00:00 2001 From: Fatma Ali Date: Fri, 14 Jun 2019 14:47:46 +0300 Subject: [PATCH] Patient Search For Hackathon --- src/root-config-lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root-config-lib.js b/src/root-config-lib.js index 4c0786d..7846697 100644 --- a/src/root-config-lib.js +++ b/src/root-config-lib.js @@ -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") };