Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nt-chart into (fix)O3-2843
  • Loading branch information
jwnasambu committed Jul 1, 2024
2 parents 841a816 + 7069c87 commit 694109c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const TestTypeSearchResultItem: React.FC<TestTypeSearchResultItemProps> = ({ tes

const createLabOrder = useCallback(
(testType: TestType) => {
return createEmptyLabOrder(testType, session.currentProvider.uuid);
return createEmptyLabOrder(testType, session.currentProvider?.uuid);
},
[session.currentProvider.uuid],
);
Expand Down

0 comments on commit 694109c

Please sign in to comment.