diff --git a/app/src/components/generic/recordMenuCard/RecordMenuCard.tsx b/app/src/components/generic/recordMenuCard/RecordMenuCard.tsx index 1de5fdefb..06a4f5de0 100644 --- a/app/src/components/generic/recordMenuCard/RecordMenuCard.tsx +++ b/app/src/components/generic/recordMenuCard/RecordMenuCard.tsx @@ -61,13 +61,9 @@ const SideMenuSubSection = ({ actionLinks, heading, setStage }: SubSectionProps) return ( <>

{heading}

-
    - {actionLinks.map((link) => ( -
  1. - -
  2. - ))} -
+ {actionLinks.map((link) => ( + + ))} ); }; diff --git a/app/src/pages/patientSearchPage/PatientSearchPage.tsx b/app/src/pages/patientSearchPage/PatientSearchPage.tsx index 0f2b6f426..8fff917dd 100644 --- a/app/src/pages/patientSearchPage/PatientSearchPage.tsx +++ b/app/src/pages/patientSearchPage/PatientSearchPage.tsx @@ -2,7 +2,7 @@ import React, { useState } from 'react'; import { routes } from '../../types/generic/routes'; import { FieldValues, useForm } from 'react-hook-form'; import ErrorBox from '../../components/layout/errorBox/ErrorBox'; -import { Button, Fieldset, Input } from 'nhsuk-react-components'; +import { Button, Input } from 'nhsuk-react-components'; import SpinnerButton from '../../components/generic/spinnerButton/SpinnerButton'; import { InputRef } from '../../types/generic/inputRef'; import { useNavigate } from 'react-router-dom'; @@ -107,32 +107,29 @@ function PatientSearchPage() { )} )} +

{pageTitle}

-
- - {pageTitle} - - -
+ + {submissionState === SEARCH_STATES.SEARCHING ? (