Skip to content

Commit

Permalink
fix: add details
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Jan 29, 2024
1 parent 84c0d7a commit 8da2202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp-next/components/charts/map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Props = {
export default function MapIframe(props: Props) {
const iframeRef = React.useRef(null);
const { datasets, id } = props;
console.log(datasets);
const [mapConfig, setMapConfig] = useState<MapConfig | null>(null);
const context = useContext(Cm2dContext);

Expand Down Expand Up @@ -45,7 +46,7 @@ export default function MapIframe(props: Props) {
<style>
#${id}_access {
display: none !important;
}setMapConfig
}
</style>
</head>
<body style="display: flex; justify-content: center;">
Expand Down

0 comments on commit 8da2202

Please sign in to comment.