From b7e7142031b408b7bf8c41abe07d91b347cee0a2 Mon Sep 17 00:00:00 2001 From: Michael Moses <59632925+mamoses@users.noreply.github.com> Date: Tue, 24 Mar 2020 17:56:41 -0400 Subject: [PATCH] feat(patients): added an asterisk to the Allergy Name field (#1944) --- .env.example | 2 +- src/patients/allergies/NewAllergyModal.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8e0036ab76..65bc0f7037 100644 --- a/.env.example +++ b/.env.example @@ -1 +1 @@ -REACT_APP_HOSPITALRUN_API=http://0.0.0.0:3001 \ No newline at end of file +REACT_APP_HOSPITALRUN_API=http://0.0.0.0:3001 diff --git a/src/patients/allergies/NewAllergyModal.tsx b/src/patients/allergies/NewAllergyModal.tsx index 2b38cf67c9..e1ffd080ba 100644 --- a/src/patients/allergies/NewAllergyModal.tsx +++ b/src/patients/allergies/NewAllergyModal.tsx @@ -50,6 +50,7 @@ const NewAllergyModal = (props: NewAllergyModalProps) => {