Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Feb 2, 2024
1 parent d95aa60 commit 9bb4a4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import {
getOrderColor,
} from "../patient-laboratory-order-results.resource";
import { useLaboratoryOrderResultsPages } from "../patient-laboratory-order-results-table.resource";
import { CardHeader } from "../../components/cards";
import { CardHeader } from "@openmrs/esm-patient-common-lib";

interface LaboratoryPastTestOrderResultsProps {
patientUuid: string;
Expand Down Expand Up @@ -270,7 +270,7 @@ const LaboratoryPastTestOrderResults: React.FC<
),
},
}));
}, [laboratoryOrders, twentyFourHoursAgo]);
}, [enableSendingLabTestsByEmail, laboratoryOrders, twentyFourHoursAgo]);

if (isLoading) {
return <DataTableSkeleton role="progressbar" />;
Expand Down

0 comments on commit 9bb4a4b

Please sign in to comment.