Skip to content
Snippets Groups Projects
Commit 5380c6d4 authored by Humaid Mustajab's avatar Humaid Mustajab
Browse files

update

parent 7c13b84d
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,9 @@ function Row(data) {
const [open, setOpen] = React.useState(false);
const [userLong, setUserLong] = React.useState(0);
const [userLat, setUserLat] = React.useState(0);
const [userAlt, setUserAlt] = React.useState(0);
const [orbitTime, setOrbitTime] = React.useState(10);
// const [userAlt, setUserAlt] = React.useState(0);
const [userAlt] = React.useState(0);
const [orbitTime] = React.useState(10);
const [orbitRowData, setOrbitRowData] = React.useState([])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment