Skip to content

Commit

Permalink
(fix) See all results button navigates to the results viewer (#1611)
Browse files Browse the repository at this point in the history
fixed url
  • Loading branch information
arodidev committed Jan 23, 2024
1 parent 5d608f8 commit 897013d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const ExternalOverview: React.FC<ExternalOverviewProps> = ({ patientUuid, filter

const cardTitle = t('recentResults', 'Recent Results');
const handleSeeAll = useCallback(() => {
navigate({ to: `\${openmrsSpaBase}/patient/${patientUuid}/chart/test-results` });
navigate({ to: `\${openmrsSpaBase}/patient/${patientUuid}/chart/Results Viewer` });
}, [patientUuid]);

return (
Expand Down

0 comments on commit 897013d

Please sign in to comment.