Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Dec 13, 2024
1 parent 2d642aa commit e43cc2f
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 289 deletions.
8 changes: 7 additions & 1 deletion client/src/pages/atlas/components/main/tabs/sectors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function Sectors() {
return "COMMUNE";
}

return "";
return "COMMUNE";
}

const gt = pctPU - pctPU * 0.05;
Expand Down Expand Up @@ -132,6 +132,12 @@ export function Sectors() {
return <div>Loading...</div>;
}

console.log("data", data,
"dataByYear", dataByYear,
"dataSimilar", dataSimilar,
"dataSectorsMap", dataSectorsMap,
"polygonsData", polygonsData);

const toggleView = () => {
if (chartView === "basic") {
setChartView("percentage");
Expand Down
Loading

0 comments on commit e43cc2f

Please sign in to comment.