diff --git a/src/Components/PatientForm/PatientForm.tsx b/src/Components/PatientForm/PatientForm.tsx index 9af139a..52edede 100644 --- a/src/Components/PatientForm/PatientForm.tsx +++ b/src/Components/PatientForm/PatientForm.tsx @@ -413,8 +413,6 @@ export default function PatientForm({ type }: Props) { JSON.parse(localStorage.getItem('patientData')) : []; - console.log("dsfdsfsa",signature) - return ( <> @@ -638,6 +636,7 @@ export default function PatientForm({ type }: Props) { + {type!=='display'? + <> Signature: - - + + + + + Please verify your signature here: + + + + + : - Please verify your signature here: - - - + Your signature: + + + + }