Leon 1 vuosi sitten
vanhempi
commit
7abc0b1a99
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)