diff --git a/src/App.js b/src/App.js index b370786..af91d0f 100644 --- a/src/App.js +++ b/src/App.js @@ -6,8 +6,8 @@ import ProgressBar from "./components/ProgressBar"; import "./App.css"; function App() { - const [longitude, setLongitude] = useState(0); - const [latitude, setLatitude] = useState(0); + const [longitude, setLongitude] = useState(""); + const [latitude, setLatitude] = useState(""); const [progress, setProgress] = useState(0); async function fetchISSData() {