Skip to content

Commit

Permalink
pr comment update: hardcord patient result page to go back to patient…
Browse files Browse the repository at this point in the history
… serach page over history -1
  • Loading branch information
mark-start-nhs committed Dec 18, 2024
1 parent 96be6a9 commit 95e8d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/patientResultPage/PatientResultPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function PatientResultPage() {
useTitle({ pageTitle: pageHeader });
return (
<div style={{ maxWidth: 730 }}>
<BackButton />
<BackButton toLocation={routes.SEARCH_PATIENT} />
{inputError && (
<ErrorBox
messageTitle={'There is a problem'}
Expand Down

0 comments on commit 95e8d78

Please sign in to comment.