diff --git a/src/Components/PatientForm/PatientForm.tsx b/src/Components/PatientForm/PatientForm.tsx index 52edede..b14f3c7 100644 --- a/src/Components/PatientForm/PatientForm.tsx +++ b/src/Components/PatientForm/PatientForm.tsx @@ -413,7 +413,6 @@ export default function PatientForm({ type }: Props) { JSON.parse(localStorage.getItem('patientData')) : []; - return ( <> {alertProps && alertProps.open && ( @@ -438,7 +437,7 @@ export default function PatientForm({ type }: Props) { onChange={handleExpandChange('panel1')} > } + // expandIcon={} aria-controls='panel1a-content' id='panel1a-header' > @@ -631,12 +630,11 @@ export default function PatientForm({ type }: Props) { - - - - - {type!=='display'? + + + {type !== 'display' ? ( <> - - Signature: - - + + Signature: + + - - Please verify your signature here: - - + + + Please verify your signature here: + + + + + + ) : ( + + + Your signature: + + + + - : - - - Your signature: - - - - - } - + )} - - +