Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastavarex committed Sep 11, 2024
1 parent 8a4a5e6 commit 5eb0c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/civitas/components/custom_multilayer_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class CustomMultilayerMap extends React.Component {
if (!mapInstance) return;

if (this.props.showLayers) {
console.log("allLyaers", mapInstance.getStyle().layers);
// console.log("allLyaers", mapInstance.getStyle().layers);
}
for (let i = 0; i < layers.length; i++) {
const layerDict = layers[i];
Expand Down
2 changes: 1 addition & 1 deletion src/pages/civitas/story.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function SubsidioSPPO() {
});
};
const [chapterNumberMap, setChapterNumberMap] = useState("capa");
console.log(chapterNumberMap);
// console.log(chapterNumberMap);
useEffect(() => {
switch (chapterNumberMap) {
case "capa":
Expand Down

0 comments on commit 5eb0c91

Please sign in to comment.