From e53df5c7ce562f1e554697ab720c51817462296f Mon Sep 17 00:00:00 2001 From: sonika <> Date: Fri, 8 Sep 2023 14:08:42 +0530 Subject: [PATCH] signature sisplay change --- src/Components/PatientForm/PatientForm.tsx | 26 +++++++++++++++------- 1 file changed, 18 insertions(+), 8 deletions(-) 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: + + + + }