From ce1642406e0015ce7c51a182d9db6011ad4aefc3 Mon Sep 17 00:00:00 2001 From: Hrugved <45076119+Hrugved@users.noreply.github.com> Date: Sat, 11 Jul 2020 10:28:52 +0530 Subject: [PATCH] feat(patient): put "Unknow" next to date of brith field (#2217) --- src/patients/GeneralInformation.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/patients/GeneralInformation.tsx b/src/patients/GeneralInformation.tsx index 213ac7c5cf..ce3a63a680 100644 --- a/src/patients/GeneralInformation.tsx +++ b/src/patients/GeneralInformation.tsx @@ -169,7 +169,7 @@ const GeneralInformation = (props: Props): ReactElement => {
-
+
{patient.isApproximateDateOfBirth ? ( { feedback={t(error?.dateOfBirth)} /> )} -
-
{ />
-
-
-
+
{ onChange={(event) => onFieldChange('occupation', event.currentTarget.value)} />
-
+