Fix type of lat/long state 😅
This commit is contained in:
parent
0a3b82fb51
commit
612f32592d
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue