Skip to content

Commit

Permalink
Release 2024-09-30 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored Sep 30, 2024
2 parents 6835d66 + 979bead commit a83028e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/survey-public/components/maps/DebugMapTileBoundaries.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { isProduction } from "@/src/core/utils"
import { isDev } from "@/src/core/utils"
import { useState } from "react"
import { useMap } from "react-map-gl/maplibre"

export const DebugMapTileBoundaries = () => {
const { mainMap } = useMap()
const [show, setShow] = useState(false)
if (isProduction) return null
if (!isDev) return null

return (
<button
Expand Down

0 comments on commit a83028e

Please sign in to comment.