From 78264c9f7602694fd99bba60d884ddb5b5d05395 Mon Sep 17 00:00:00 2001 From: kolbyVA <108146636+KolbyVA@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:17:37 -0600 Subject: [PATCH] MHV-64549 allergy details page updates --- .../containers/AllergyDetails.jsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/applications/mhv-medical-records/containers/AllergyDetails.jsx b/src/applications/mhv-medical-records/containers/AllergyDetails.jsx index d0b977c42d6c..3a4be39e740d 100644 --- a/src/applications/mhv-medical-records/containers/AllergyDetails.jsx +++ b/src/applications/mhv-medical-records/containers/AllergyDetails.jsx @@ -176,7 +176,6 @@ Provider notes: ${allergyData.notes} \n`; className="vads-u-margin-bottom--0p5" aria-describedby="allergy-date" > - Allergies and reactions:{' '} {allergyData.name} @@ -200,29 +199,31 @@ Provider notes: ${allergyData.notes} \n`; className="max-80 vads-u-margin-top--4" data-testid="allergy-reaction" > -

+

Signs and symptoms

-

+

Type of allergy

{allergyData.type}

{!allergyData.isOracleHealthData && ( <> -

+

Location

{allergyData.location}

@@ -230,13 +231,14 @@ Provider notes: ${allergyData.notes} \n`; )} {!allergyData.isOracleHealthData && ( <> -

+

Observed or historical

{allergyData.observedOrReported}

@@ -244,19 +246,20 @@ Provider notes: ${allergyData.notes} \n`; )} {allergyData.isOracleHealthData && ( <> -

+

Recorded by

{allergyData.provider}

)} -

+

Provider notes

{allergyData.notes}