diff --git a/src/components/Recommendation.js b/src/components/Recommendation.js index 34c91d23..a763ab2e 100644 --- a/src/components/Recommendation.js +++ b/src/components/Recommendation.js @@ -109,36 +109,35 @@ function Recommendation({ sameAltitudinalZone }) { - {r[9].length > 0 || - (r[10].length > 0 && ( - - - - - - - - help text{' '} - - link - - - - - -
- -
- -
+ {(r[9].length > 0 || r[10].length > 0) && ( + + + + + + + + help text{' '} + + link + + + + + +
+ +
+
- - - ))} +
+
+
+ )}