Leon 1 gadu atpakaļ
vecāks
revīzija
7abc0b1a99
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/pages/map/map.tsx

+ 1 - 0
src/pages/map/map.tsx

@@ -17,6 +17,7 @@ export default function map() {
     // const [location, setLocation] = useState<any>(null)
     const navigation = useNavigation()
     const [current, setCurrent] = useState<any>(null)
+    const [centerLocation, setCenterLocation] = useState(null)
     const { t } = useTranslation()
     const [show, setShow] = useState(false)
     const [count, setCount] = useState(0)