diff --git a/client/src/pages/atlas/components/atlas-map/index.tsx b/client/src/pages/atlas/components/atlas-map/index.tsx
index 464991d5..201e7b03 100644
--- a/client/src/pages/atlas/components/atlas-map/index.tsx
+++ b/client/src/pages/atlas/components/atlas-map/index.tsx
@@ -89,101 +89,100 @@ export default function AtlasMap() {
}
});
- // France case
- if (geoId === "PAYS_100") {
- return (
-
-
-
-
+ switch (selectedTab) {
+ case "general":
+ // France case
+ if (geoId === "PAYS_100") {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+ } else {
+ return (
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- );
- }
-
- switch (selectedTab) {
- case "general":
- return (
-
-
-
-
-
-
-
-
- );
-
+
+
+
+
+
+ );
+ }
case "effectifs-par-filiere":
return (