diff --git a/src/Components/PatientForm/PatientForm.tsx b/src/Components/PatientForm/PatientForm.tsx index 9aad041..c6d813a 100644 --- a/src/Components/PatientForm/PatientForm.tsx +++ b/src/Components/PatientForm/PatientForm.tsx @@ -437,7 +437,7 @@ export default function PatientForm({ type }: Props) { onChange={handleExpandChange('panel1')} > } + // expandIcon={} aria-controls='panel1a-content' id='panel1a-header' > @@ -630,12 +630,11 @@ export default function PatientForm({ type }: Props) { - - - - - {type!=='display'? + + + {type !== 'display' ? ( <> @@ -658,40 +656,64 @@ export default function PatientForm({ type }: Props) { - - Please verify your signature here: - - + + + Please verify your signature here: + + + + + + ) : ( + + + Your signature: + + + + - : - - - Your signature: - - - - - } - + )} - - +