diff --git a/src/components/explorer/IndividualOverview.js b/src/components/explorer/IndividualOverview.js index 6acf8b175..ab8d330b1 100644 --- a/src/components/explorer/IndividualOverview.js +++ b/src/components/explorer/IndividualOverview.js @@ -30,17 +30,15 @@ const IndividualOverview = ({individual}) => { { (individual.hasOwnProperty("extra_properties") && Object.keys(individual.extra_properties).length) - ?
-
-                          
-                    
-
- : EM_DASH + ? ( + + ) : EM_DASH }
);