diff --git a/src/dataEntryApp/components/Observations.js b/src/dataEntryApp/components/Observations.js index 2f262e143..4bbcda569 100644 --- a/src/dataEntryApp/components/Observations.js +++ b/src/dataEntryApp/components/Observations.js @@ -103,15 +103,12 @@ function renderSingleQuestionGroup( ) { const groupObservations = valueWrapper ? valueWrapper.getValue() : []; return ( -
+
{map(groupObservations, (obs, i) => ( - + -
{t(obs.concept["name"])}
+ {t(obs.concept["name"])}
{renderValue(obs)} @@ -370,7 +367,7 @@ const Observations = ({ observations, additionalRows, form, customKey, highlight > {t(observation.concept["name"])} - +
{questionGroupRows}